Changeset 846 for trunk/tools/qdoc3/tree.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/qdoc3/tree.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 66 66 ~Tree(); 67 67 68 Node *findNode(const QStringList &path, Node *relative=0, int findFlags=0); 69 Node *findNode(const QStringList &path, 68 Node* findNode(const QStringList &path, 69 Node* relative=0, 70 int findFlags=0, 71 const Node* self=0); 72 Node* findNode(const QStringList &path, 70 73 Node::Type type, 71 Node *relative = 0,74 Noderelative = 0, 72 75 int findFlags = 0); 73 76 FunctionNode *findFunctionNode(const QStringList &path, … … 99 102 100 103 QString version() const { return vers; } 101 const Node *findNode(const QStringList &path, 102 const Node *relative = 0, 103 int findFlags = 0) const; 104 const Node *findNode(const QStringList &path, 104 const Node* findNode(const QStringList &path, 105 const Node* relative = 0, 106 int findFlags = 0, 107 const Node* self=0) const; 108 const Node* findNode(const QStringList &path, 105 109 Node::Type type, const 106 Node *relative = 0,110 Noderelative = 0, 107 111 int findFlags = 0) const; 108 112 const FunctionNode *findFunctionNode(const QStringList &path,
Note:
See TracChangeset
for help on using the changeset viewer.