summaryrefslogtreecommitdiff
path: root/src/qdoc/cppcodemarker.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@theqtcompany.com>2016-02-17 14:41:47 +0100
committerMartin Smith <martin.smith@theqtcompany.com>2016-02-22 09:30:45 +0000
commit1381b25560127fa08c91f6d8ff99ed104a907b82 (patch)
treecd9c413696814fddc85970bf44ea4899fc6bcf64 /src/qdoc/cppcodemarker.h
parent98eebb2dc1830b262d72e748817aee25e54d0d35 (diff)
downloadqttools-1381b25560127fa08c91f6d8ff99ed104a907b82.tar.gz
qdoc: QML basic types can now have methods
\qmlmethod now works for QML basic types. Use it the same way it is used for QML types. \qmlsignal should work now too, but I only tested this for methods. There is now not much difference between QML types and basic types. Change-Id: Ie7dfb01dd2ff0b68944b864ebe29d4a95ba7d550 Task-number: QTBUG-51125 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/qdoc/cppcodemarker.h')
-rw-r--r--src/qdoc/cppcodemarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/cppcodemarker.h b/src/qdoc/cppcodemarker.h
index aa759f299..67d2b07d9 100644
--- a/src/qdoc/cppcodemarker.h
+++ b/src/qdoc/cppcodemarker.h
@@ -70,7 +70,7 @@ public:
virtual QList<Section> sections(const Aggregate *innerNode,
SynopsisStyle style,
Status status) Q_DECL_OVERRIDE;
- virtual QList<Section> qmlSections(QmlTypeNode* qmlTypeNode,
+ virtual QList<Section> qmlSections(Aggregate* aggregate,
SynopsisStyle style,
Status status = Okay) Q_DECL_OVERRIDE;