summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qdoc/tree.h')
-rw-r--r--src/tools/qdoc/tree.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/tools/qdoc/tree.h b/src/tools/qdoc/tree.h
index 916682daad..7160e321db 100644
--- a/src/tools/qdoc/tree.h
+++ b/src/tools/qdoc/tree.h
@@ -91,9 +91,7 @@ class Tree
Node* findNodeRecursive(const QStringList& path,
int pathIndex,
const Node* start,
- Node::Type type,
- Node::SubType subtype,
- bool acceptCollision = false) const;
+ Node::Type type) const;
Node* findNodeRecursive(const QStringList& path,
int pathIndex,
Node* start,
@@ -110,12 +108,7 @@ class Tree
QmlClassNode* findQmlTypeNode(const QStringList& path);
- Node* findNodeByNameAndType(const QStringList& path,
- Node::Type type,
- Node::SubType subtype,
- bool acceptCollision = false) const;
-
-
+ Node* findNodeByNameAndType(const QStringList& path, Node::Type type) const;
InnerNode* findRelatesNode(const QStringList& path);
NameCollisionNode* checkForCollision(const QString& name);
NameCollisionNode* findCollisionNode(const QString& name) const;