summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/codeparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/codeparser.h')
-rw-r--r--src/tools/qdoc/codeparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/qdoc/codeparser.h b/src/tools/qdoc/codeparser.h
index f522567ddb..c4429ff79a 100644
--- a/src/tools/qdoc/codeparser.h
+++ b/src/tools/qdoc/codeparser.h
@@ -89,7 +89,8 @@ public:
protected:
QSet<QString> commonMetaCommands();
void processCommonMetaCommand(const Location& location,
- const QString& command, const QString& arg,
+ const QString& command,
+ const ArgLocPair& arg,
Node *node, Tree *tree);
static void extractPageLinkAndDesc(const QString& arg,
QString* link,