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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qdoc/clangcodeparser.h b/src/qdoc/clangcodeparser.h
index b70fcc0e8..a022ca9d3 100644
--- a/src/qdoc/clangcodeparser.h
+++ b/src/qdoc/clangcodeparser.h
@@ -65,10 +65,12 @@ public:
private:
void getDefaultArgs();
- void getMoreArgs();
+ bool getMoreArgs();
void buildPCH();
private:
+ int printParsingErrors_;
+ QString version_;
QHash<QString, QString> allHeaders_; // file name->path
QVector<QByteArray> includePaths_;
QScopedPointer<QTemporaryDir> pchFileDir_;