diff options
Diffstat (limited to 'src/qdoc/cppcodeparser.h')
-rw-r--r-- | src/qdoc/cppcodeparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qdoc/cppcodeparser.h b/src/qdoc/cppcodeparser.h index 9069d4fce..a1bc5079e 100644 --- a/src/qdoc/cppcodeparser.h +++ b/src/qdoc/cppcodeparser.h @@ -66,6 +66,10 @@ public: QStringList headerFileNameFilter() override; QStringList sourceFileNameFilter() override; bool parseParameters(const QString& parameters, QVector<Parameter>& pvect, bool& isQPrivateSignal); + Node *parseMacroArg(const Location &location, const QString ¯oArg) override; + Node *parseOtherFuncArg(const QString &topic, + const Location &location, + const QString &funcArg) override; const Location& declLoc() const { return declLoc_; } void setDeclLoc() { declLoc_ = location(); } static bool isJSMethodTopic(const QString &t); |