Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/qdoc3/tree.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6666    ~Tree();
    6767
    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,
    7073                   Node::Type type,
    71                    Node *relative = 0,
     74                   Noderelative = 0,
    7275                   int findFlags = 0);
    7376    FunctionNode *findFunctionNode(const QStringList &path,
     
    99102
    100103    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,
    105109                         Node::Type type, const
    106                          Node *relative = 0,
     110                         Noderelative = 0,
    107111                         int findFlags = 0) const;
    108112    const FunctionNode *findFunctionNode(const QStringList &path,
Note: See TracChangeset for help on using the changeset viewer.