tools/qdoc3/codemarker.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/tools/qdoc3/codemarker.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/tools/qdoc3/codemarker.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -624,7 +624,9 @@
   Get the list of documentation sections for the children of
   the specified QmlClassNode.
  */
-QList<Section> CodeMarker::qmlSections(const QmlClassNode* , SynopsisStyle )
+QList<Section> CodeMarker::qmlSections(const QmlClassNode* ,
+                                       SynopsisStyle ,
+                                       const Tree* )
 {
     return QList<Section>();
 }