diff options
author | kh <qtc-committer@nokia.com> | 2009-04-21 10:49:50 (GMT) |
---|---|---|
committer | kh <qtc-committer@nokia.com> | 2009-04-21 10:49:50 (GMT) |
commit | 92f07dcd690d596e2d6cc32211c142cd0e25fd97 (patch) | |
tree | 575a8ce14ce6a607ef64aa754b4435c1296afd31 /tools/qdoc3/test/qt-build-docs.qdocconf | |
parent | eb1411f550ab131162fd61bf81e9b22e0a75e26a (diff) | |
download | Qt-92f07dcd690d596e2d6cc32211c142cd0e25fd97.zip Qt-92f07dcd690d596e2d6cc32211c142cd0e25fd97.tar.gz Qt-92f07dcd690d596e2d6cc32211c142cd0e25fd97.tar.bz2 |
Doc - Changed the namespace in the qdocconf file to reflect Qt 4.5.1
should have been part of c8285ec610b02f440f692be90aed1e6925a8675
Task-number: 251346
Reviewed-by: TrustMe
BT: yes
Diffstat (limited to 'tools/qdoc3/test/qt-build-docs.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-build-docs.qdocconf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/qdoc3/test/qt-build-docs.qdocconf b/tools/qdoc3/test/qt-build-docs.qdocconf index 25cdc5a..e6edb29 100644 --- a/tools/qdoc3/test/qt-build-docs.qdocconf +++ b/tools/qdoc3/test/qt-build-docs.qdocconf @@ -20,10 +20,10 @@ edition.DesktopLight.groups = -graphicsview-api qhp.projects = Qt qhp.Qt.file = qt.qhp -qhp.Qt.namespace = com.trolltech.qt.450 +qhp.Qt.namespace = com.trolltech.qt.451 qhp.Qt.virtualFolder = qdoc qhp.Qt.indexTitle = Qt Reference Documentation -qhp.Qt.indexRoot = +qhp.Qt.indexRoot = # Files not referenced in any qdoc file (last four are needed by qtdemo) # See also extraimages.HTML @@ -33,11 +33,11 @@ qhp.Qt.extraFiles = classic.css \ images/taskmenuextension-example.png \ images/coloreditorfactoryimage.png \ images/dynamiclayouts-example.png \ - images/stylesheet-coffee-plastique.png + images/stylesheet-coffee-plastique.png -qhp.Qt.filterAttributes = qt 4.5.0 qtrefdoc -qhp.Qt.customFilters.Qt.name = Qt 4.5.0 -qhp.Qt.customFilters.Qt.filterAttributes = qt 4.5.0 +qhp.Qt.filterAttributes = qt 4.5.1 qtrefdoc +qhp.Qt.customFilters.Qt.name = Qt 4.5.1 +qhp.Qt.customFilters.Qt.filterAttributes = qt 4.5.1 qhp.Qt.subprojects = classes overviews examples qhp.Qt.subprojects.classes.title = Classes qhp.Qt.subprojects.classes.indexTitle = Qt's Classes |