From 4b21631f595b80a692d30e3f8960ff8d6fcc5c4a Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 24 Sep 2012 09:54:42 +0200 Subject: qdoc: retrying More refactoring of qdoc data structures This commit is the second phase of a significant overhaul of qdoc. Two new classes, QDocIndexFiles, and QDocTagFiles, are added to encapsulate the creation and use of the qdoc index files, and the creation of the qdoc tag file. Change-Id: I94651b10628e535ea7b26bd8256037cd819ccea7 Reviewed-by: Martin Smith --- src/tools/qdoc/htmlgenerator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tools/qdoc/htmlgenerator.h') diff --git a/src/tools/qdoc/htmlgenerator.h b/src/tools/qdoc/htmlgenerator.h index 74f013f92d..be9fc709e1 100644 --- a/src/tools/qdoc/htmlgenerator.h +++ b/src/tools/qdoc/htmlgenerator.h @@ -203,9 +203,6 @@ private: static int hOffset(const Node *node); static bool isThreeColumnEnumValueTable(const Atom *atom); QString getLink(const Atom *atom, const Node *relative, const Node** node); - virtual void generateIndex(const QString &fileBase, - const QString &url, - const QString &title); #ifdef GENERATE_MAC_REFS void generateMacRef(const Node *node, CodeMarker *marker); #endif -- cgit v1.2.3