summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-08-24 14:13:00 +0200
committerKai Koehne <kai.koehne@qt.io>2021-09-03 15:14:59 +0000
commitc104af4c44dcbe9be23f2cc0259d39fe4f2d1c70 (patch)
treeba4f69c58966495c9f83aec1ea3304c820d27eae /src/testlib
parent65cad49473af68bcf6353ac51411629e2613e01f (diff)
Doc: Remove unsupported customFilters
customFilters defined in .qdocconf are not supported anymore by Qt Assistant since Qt 5.13. Therefore remove them from all .qdocconf files, also to avoid cargo-culting them to new help modules. Task-number: QTBUG-95987 Change-Id: I664391460637d2e859348da0338e1a4a3ee9f570 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/doc/qttestlib.qdocconf4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testlib/doc/qttestlib.qdocconf b/src/testlib/doc/qttestlib.qdocconf
index 6ed91593ed..124541ca2b 100644
--- a/src/testlib/doc/qttestlib.qdocconf
+++ b/src/testlib/doc/qttestlib.qdocconf
@@ -16,10 +16,6 @@ qhp.QtTestLib.virtualFolder = qttest
qhp.QtTestLib.indexTitle = Qt Test
qhp.QtTestLib.indexRoot =
-qhp.QtTestLib.filterAttributes = qttest $QT_VERSION qtrefdoc
-qhp.QtTestLib.customFilters.Qt.name = QtTest $QT_VERSION
-qhp.QtTestLib.customFilters.Qt.filterAttributes = qttest $QT_VERSION
-
qhp.QtTestLib.subprojects = classes
qhp.QtTestLib.subprojects.classes.title = C++ Classes
qhp.QtTestLib.subprojects.classes.indexTitle = Qt Test C++ Classes