tools/qdoc3/cppcodemarker.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
child 37 758a864f9613
--- a/tools/qdoc3/cppcodemarker.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/tools/qdoc3/cppcodemarker.h	Wed Aug 18 10:37:55 2010 +0300
@@ -81,9 +81,10 @@
                             Status status);
     QList<Section> qmlSections(const QmlClassNode* qmlClassNode,
                                SynopsisStyle style);
-    const Node *resolveTarget(const QString& target, 
-                              const Tree *tree, 
-                              const Node *relative);
+    const Node* resolveTarget(const QString& target, 
+                              const Tree* tree, 
+                              const Node* relative,
+                              const Node* self = 0);
 
 private:
     QString addMarkUp(const QString& protectedCode,