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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/clangcodeparser.h b/src/qdoc/clangcodeparser.h
index 9af292e67..1575d31fb 100644
--- a/src/qdoc/clangcodeparser.h
+++ b/src/qdoc/clangcodeparser.h
@@ -62,6 +62,7 @@ public:
void parseSourceFile(const Location &location, const QString &filePath) override;
void precompileHeaders() override;
Node *parseFnArg(const Location &location, const QString &fnArg) override;
+ static const QByteArray &fn() { return fn_; }
private:
void getDefaultArgs();
@@ -79,6 +80,7 @@ private:
std::vector<const char *> args_;
QVector<QByteArray> moreArgs_;
QStringList namespaceScope_;
+ static QByteArray fn_;
};
QT_END_NAMESPACE