diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-11 11:29:07 +0200 |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-11 11:29:07 +0200 |
commit | 62968f33452016b31020e524fa6ba6d2cefd0278 (patch) | |
tree | 5590b191ab33f4a8ea97f4556fdaa7b63819bba0 /tools/qdoc3/cppcodemarker.h | |
parent | 0d4d065cc9757159c5b6fa817892f5707bc1ecae (diff) | |
download | qt4-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.h | 3 |
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, |