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/generator.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    125125                          const QString& tag);
    126126    void generateExampleFiles(const FakeNode *fake, CodeMarker *marker);
    127     void generateModuleWarning(const ClassNode *classe, CodeMarker *marker);
    128127
    129128    virtual int skipAtoms(const Atom *atom, Atom::Type type) const;
     
    171170                           CodeMarker *marker);
    172171
     172 protected:
     173    void appendSortedQmlNames(Text& text,
     174                              const Node* base,
     175                              const NodeList& subs,
     176                              CodeMarker *marker);
     177
     178 private:
    173179    QString amp;
    174180    QString lt;
     
    186192    static QStringList exampleDirs;
    187193    static QStringList exampleImgExts;
     194    static QStringList scriptFiles;
     195    static QStringList scriptDirs;
     196    static QStringList styleFiles;
     197    static QStringList styleDirs;
    188198    static QString outDir;
    189199    static QString project;
Note: See TracChangeset for help on using the changeset viewer.