summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/main.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-21 08:41:46 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-21 08:43:14 (GMT)
commit42563fa22cfe7d6be252df69244c8196f498444d (patch)
tree13c2df2f6d4a52fabdbdeca36926b6c94e764f27 /tools/qdoc3/main.cpp
parent951915edc6f863724d83502e7486c73d25892d1d (diff)
downloadQt-42563fa22cfe7d6be252df69244c8196f498444d.zip
Qt-42563fa22cfe7d6be252df69244c8196f498444d.tar.gz
Qt-42563fa22cfe7d6be252df69244c8196f498444d.tar.bz2
qdoc: Added "since" 4.6 lists to the "What's New" page.
In test/qt.qdocconf, change %VERSION% to 4.6, for example.
Diffstat (limited to 'tools/qdoc3/main.cpp')
-rw-r--r--tools/qdoc3/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qdoc3/main.cpp b/tools/qdoc3/main.cpp
index aac4ee8..8658428 100644
--- a/tools/qdoc3/main.cpp
+++ b/tools/qdoc3/main.cpp
@@ -336,7 +336,6 @@ static void processQdocconfFile(const QString &fileName)
/*
Generate the XML tag file, if it was requested.
*/
-
QString tagFile = config.getString(CONFIG_TAGFILE);
if (!tagFile.isEmpty())
tree->generateTagFile(tagFile);