From f40d622c63ec9b9252e109635beb15d2b77197ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 24 Aug 2021 16:18:50 +0200 Subject: 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: Id90c1af24bb4f7c11c4ea6edfe446e642adc61a2 Reviewed-by: Paul Wicking --- src/location/doc/qtlocation.qdocconf | 3 --- src/positioning/doc/qtpositioning.qdocconf | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/location/doc/qtlocation.qdocconf b/src/location/doc/qtlocation.qdocconf index 0ffbe4d6..8c2d0978 100644 --- a/src/location/doc/qtlocation.qdocconf +++ b/src/location/doc/qtlocation.qdocconf @@ -15,9 +15,6 @@ qhp.QtLocation.virtualFolder = qtlocation qhp.QtLocation.indexTitle = Qt Location qhp.QtLocation.indexRoot = -qhp.QtLocation.filterAttributes = qtlocation $QT_VERSION qtrefdoc -qhp.QtLocation.customFilters.Qt.name = QtLocation $QT_VERSION -qhp.QtLocation.customFilters.Qt.filterAttributes = qtlocation $QT_VERSION qhp.QtLocation.subprojects = classes qml examples qhp.QtLocation.subprojects.classes.title = C++ Classes qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes diff --git a/src/positioning/doc/qtpositioning.qdocconf b/src/positioning/doc/qtpositioning.qdocconf index 67e5837a..052801de 100644 --- a/src/positioning/doc/qtpositioning.qdocconf +++ b/src/positioning/doc/qtpositioning.qdocconf @@ -15,9 +15,6 @@ qhp.QtPositioning.virtualFolder = qtpositioning qhp.QtPositioning.indexTitle = Qt Positioning qhp.QtPositioning.indexRoot = -qhp.QtPositioning.filterAttributes = qtpositioning $QT_VERSION qtrefdoc -qhp.QtPositioning.customFilters.Qt.name = QtPositioning $QT_VERSION -qhp.QtPositioning.customFilters.Qt.filterAttributes = qtpositioning $QT_VERSION qhp.QtPositioning.subprojects = classes qml examples qhp.QtPositioning.subprojects.classes.title = C++ Classes qhp.QtPositioning.subprojects.classes.indexTitle = Qt Positioning C++ Classes -- cgit v1.2.1