Attica

licenseparser.h
1 /*
2  SPDX-FileCopyrightText: 2010 Frederik Gladhorn <[email protected]>
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 
13 namespace Attica
14 {
15 class Q_DECL_HIDDEN License::Parser : public Attica::Parser<License>
16 {
17 private:
18  License parseXml(QXmlStreamReader &xml) override;
19  QStringList xmlElement() const override;
20 };
21 
22 }
23 
24 #endif
License
The Attica namespace,.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Dec 11 2023 04:05:13 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.