Attica

licenseparser.h
1/*
2 SPDX-FileCopyrightText: 2010 Frederik Gladhorn <gladhorn@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#ifndef ATTICA_LICENSE_PARSER_H
8#define ATTICA_LICENSE_PARSER_H
9
10#include "license.h"
11#include "parser.h"
12
13namespace Attica
14{
15class Q_DECL_HIDDEN License::Parser : public Attica::Parser<License>
16{
17private:
18 License parseXml(QXmlStreamReader &xml) override;
19 QStringList xmlElement() const override;
20};
21
22}
23
24#endif
The Attica namespace,.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:48 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.