summaryrefslogtreecommitdiff
path: root/src/qdoc/cppcodemarker.h
diff options
context:
space:
mode:
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;