tools/qdoc3/codemarker.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/tools/qdoc3/codemarker.h	Fri Sep 17 08:34:18 2010 +0300
+++ b/tools/qdoc3/codemarker.h	Mon Oct 04 01:19:32 2010 +0300
@@ -153,7 +153,8 @@
                                     Status status) = 0;
 #ifdef QDOC_QML
     virtual QList<Section> qmlSections(const QmlClassNode* qmlClassNode,
-                                       SynopsisStyle style);
+                                       SynopsisStyle style,
+                                       const Tree* tree);
 #endif
     virtual const Node* resolveTarget(const QString& target, 
                                       const Tree* tree,