diff -r 93b982ccede2 -r 5daf16870df6 tools/qdoc3/generator.h --- a/tools/qdoc3/generator.h Mon Jun 21 22:38:13 2010 +0100 +++ b/tools/qdoc3/generator.h Thu Jul 22 16:41:55 2010 +0100 @@ -124,7 +124,6 @@ Node::SubType subtype, const QString& tag); void generateExampleFiles(const FakeNode *fake, CodeMarker *marker); - void generateModuleWarning(const ClassNode *classe, CodeMarker *marker); virtual int skipAtoms(const Atom *atom, Atom::Type type) const; virtual QString fullName(const Node *node, @@ -170,6 +169,13 @@ const QList &classes, CodeMarker *marker); + protected: + void appendSortedQmlNames(Text& text, + const Node* base, + const NodeList& subs, + CodeMarker *marker); + + private: QString amp; QString lt; QString gt; @@ -185,6 +191,10 @@ static QStringList imageDirs; static QStringList exampleDirs; static QStringList exampleImgExts; + static QStringList scriptFiles; + static QStringList scriptDirs; + static QStringList styleFiles; + static QStringList styleDirs; static QString outDir; static QString project; };