summaryrefslogtreecommitdiffstats
path: root/src/qdoc/clangcodeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/clangcodeparser.h')
-rw-r--r--src/qdoc/clangcodeparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdoc/clangcodeparser.h b/src/qdoc/clangcodeparser.h
index 078d307c2..9af292e67 100644
--- a/src/qdoc/clangcodeparser.h
+++ b/src/qdoc/clangcodeparser.h
@@ -78,6 +78,7 @@ private:
QVector<QByteArray> defines_;
std::vector<const char *> args_;
QVector<QByteArray> moreArgs_;
+ QStringList namespaceScope_;
};
QT_END_NAMESPACE