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.cpp | |
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.cpp')
-rw-r--r-- | tools/qdoc3/codemarker.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/qdoc3/codemarker.cpp b/tools/qdoc3/codemarker.cpp index 7130d61..ec86ae3 100644 --- a/tools/qdoc3/codemarker.cpp +++ b/tools/qdoc3/codemarker.cpp @@ -624,7 +624,9 @@ QString CodeMarker::macName(const Node *node, const QString &name) Get the list of documentation sections for the children of the specified QmlClassNode. */ -QList<Section> CodeMarker::qmlSections(const QmlClassNode* , SynopsisStyle ) +QList<Section> CodeMarker::qmlSections(const QmlClassNode* , + SynopsisStyle , + const Tree* ) { return QList<Section>(); } |