summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/cppcodemarker.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-11 09:29:07 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-08-12 08:52:16 (GMT)
commitfe131fca53545c45cbddf436400921f2e0f03bad (patch)
tree94bcaec60be9076527dfaabf4c6827c311d677d8 /tools/qdoc3/cppcodemarker.h
parent1a378511576b32ec26dcbd85b66a94e366422d61 (diff)
downloadQt-fe131fca53545c45cbddf436400921f2e0f03bad.zip
Qt-fe131fca53545c45cbddf436400921f2e0f03bad.tar.gz
Qt-fe131fca53545c45cbddf436400921f2e0f03bad.tar.bz2
qdoc: Added list of all members (including inherited) page to QML elements.
(cherry picked from commit 62968f33452016b31020e524fa6ba6d2cefd0278)
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 eca3936..804a302 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,