diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-11 09:29:07 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-11 09:29:07 (GMT) |
commit | 62968f33452016b31020e524fa6ba6d2cefd0278 (patch) | |
tree | 5590b191ab33f4a8ea97f4556fdaa7b63819bba0 /tools/qdoc3/codemarker.h | |
parent | 0d4d065cc9757159c5b6fa817892f5707bc1ecae (diff) | |
download | Qt-62968f33452016b31020e524fa6ba6d2cefd0278.zip Qt-62968f33452016b31020e524fa6ba6d2cefd0278.tar.gz Qt-62968f33452016b31020e524fa6ba6d2cefd0278.tar.bz2 |
qdoc: Added list of all members (including inherited) page to QML elements.
Diffstat (limited to 'tools/qdoc3/codemarker.h')
-rw-r--r-- | tools/qdoc3/codemarker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/codemarker.h b/tools/qdoc3/codemarker.h index 53ad4a8..f17b28e 100644 --- a/tools/qdoc3/codemarker.h +++ b/tools/qdoc3/codemarker.h @@ -153,7 +153,8 @@ class CodeMarker Status status) = 0; #ifdef QDOC_QML virtual QList<Section> qmlSections(const QmlClassNode* qmlClassNode, - SynopsisStyle style); + SynopsisStyle style, + const Tree* tree); #endif virtual const Node* resolveTarget(const QString& target, const Tree* tree, |