summaryrefslogtreecommitdiffstats
path: root/src/qdoc/manifestwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/manifestwriter.h')
-rw-r--r--src/qdoc/manifestwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/manifestwriter.h b/src/qdoc/manifestwriter.h
index fc6392afd..5d17d6de9 100644
--- a/src/qdoc/manifestwriter.h
+++ b/src/qdoc/manifestwriter.h
@@ -62,7 +62,7 @@ private:
QDocDatabase *m_qdb { nullptr };
QList<ManifestMetaFilter> m_manifestMetaContent {};
- void addWordsFromModuleNamesAsTags();
+ void addModuleNameAsTag();
void includeTagsAddedWithMetaCommand(const ExampleNode *example);
void writeTagsElement(QXmlStreamWriter *writer);
template <typename F>