Syndication
8 #include "contentvocab.h"
11 #include <QCoreApplication>
18 class SYNDICATION_NO_EXPORT ContentVocab::ContentVocabPrivate
24 static ContentVocab *sSelf;
25 static void cleanupContentVocab()
31 ContentVocab *ContentVocab::ContentVocabPrivate::sSelf =
nullptr;
33 ContentVocab::ContentVocab()
34 : d(new ContentVocabPrivate)
36 QString ns = QStringLiteral(
"http://purl.org/rss/1.0/modules/content/");
43 ContentVocab::~ContentVocab() =
default;
45 ContentVocab *ContentVocab::self()
47 static ContentVocabPrivate p;
49 p.sSelf =
new ContentVocab;
50 qAddPostRoutine(ContentVocabPrivate::cleanupContentVocab);
55 const QString &ContentVocab::namespaceURI()
const
57 return d->namespaceURI;
60 PropertyPtr ContentVocab::encoded()
const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:55:56 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.