summaryrefslogtreecommitdiff
path: root/tools/qdoc3/cppcodemarker.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-11 11:29:07 +0200
committerMartin Smith <martin.smith@nokia.com>2010-08-11 11:29:07 +0200
commit62968f33452016b31020e524fa6ba6d2cefd0278 (patch)
tree5590b191ab33f4a8ea97f4556fdaa7b63819bba0 /tools/qdoc3/cppcodemarker.h
parent0d4d065cc9757159c5b6fa817892f5707bc1ecae (diff)
downloadqt4-tools-62968f33452016b31020e524fa6ba6d2cefd0278.tar.gz
qdoc: Added list of all members (including inherited) page to QML elements.
Diffstat (limited to 'tools/qdoc3/cppcodemarker.h')
-rw-r--r--tools/qdoc3/cppcodemarker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/cppcodemarker.h b/tools/qdoc3/cppcodemarker.h
index eca3936b5c..804a302a17 100644
--- a/tools/qdoc3/cppcodemarker.h
+++ b/tools/qdoc3/cppcodemarker.h
@@ -80,7 +80,8 @@ class CppCodeMarker : public CodeMarker
SynopsisStyle style,
Status status);
QList<Section> qmlSections(const QmlClassNode* qmlClassNode,
- SynopsisStyle style);
+ SynopsisStyle style,
+ const Tree* tree);
const Node* resolveTarget(const QString& target,
const Tree* tree,
const Node* relative,