summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/cppcodemarker.h
diff options
context:
space:
mode:
authorMartin Smith <[email protected]>2015-01-27 12:03:33 +0100
committerMartin Smith <[email protected]>2015-02-03 11:52:13 +0000
commit699efbe862efca5a0d18599dbc8a09d6e4cd0e9f (patch)
tree2bf952732225c9f69f33a38941860d3bacec527a /src/tools/qdoc/cppcodemarker.h
parent7708c4b85465c08e6ba45a6485288f9459db6bb3 (diff)
qdoc: Change remaining uses of qmlClass to qmlType
After changing the class name QmlClassNode to QmlTypeNode, there remained several local variables that still used the name qmlClass. These are now changed to qmlType. There were also some uses of qmlType that were QString variables. These have been changed to qmlTypeName. Change-Id: I18fb05d4d8aeb1e36acabc4574c62c55a44f339a Task-number: QTBUG-43715 Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/tools/qdoc/cppcodemarker.h')
-rw-r--r--src/tools/qdoc/cppcodemarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/cppcodemarker.h b/src/tools/qdoc/cppcodemarker.h
index fb2b14d7a44..ebf3adbc5d6 100644
--- a/src/tools/qdoc/cppcodemarker.h
+++ b/src/tools/qdoc/cppcodemarker.h
@@ -70,7 +70,7 @@ public:
virtual QList<Section> sections(const InnerNode *innerNode,
SynopsisStyle style,
Status status) Q_DECL_OVERRIDE;
- virtual QList<Section> qmlSections(QmlTypeNode* qmlClassNode,
+ virtual QList<Section> qmlSections(QmlTypeNode* qmlTypeNode,
SynopsisStyle style,
Status status = Okay) Q_DECL_OVERRIDE;