Syndication

atom/constants.h
1 /*
2  This file is part of the syndication library
3  SPDX-FileCopyrightText: 2006 Frank Osterfeld <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef SYNDICATION_ATOM_CONSTANTS_H
9 #define SYNDICATION_ATOM_CONSTANTS_H
10 
11 #include <syndication_export.h>
12 
13 class QString;
14 
15 namespace Syndication
16 {
17 namespace Atom
18 {
19 /**
20  * namespace used by Atom 1.0 elements
21  */
22 SYNDICATION_EXPORT
24 
25 /**
26  * namespace used by Atom 0.3 elements
27  */
28 SYNDICATION_EXPORT
30 
31 } // namespace Atom
32 } // namespace Syndication
33 
34 #endif // SYNDICATION_ATOM_CONSTANTS_H
QString atom1Namespace()
namespace used by Atom 1.0 elements
QString atom0_3Namespace()
namespace used by Atom 0.3 elements
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:58:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.