aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-08-24 14:15:06 +0200
committerKai Koehne <kai.koehne@qt.io>2021-08-31 16:33:03 +0000
commit76996fc183ddbe498aaadd970cd42544673f85c3 (patch)
tree310f019f78d3c05e1763bd55e4edbdf1512f2de4
parent609cfe35880cd85f35c20afcf3f0f11d15712b2c (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: Id17e9c73093aea87d66d13454cbfe9172916fb37 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/core/doc/qtqmlcore.qdocconf4
-rw-r--r--src/labs/platform/doc/qtlabsplatform.qdocconf4
-rw-r--r--src/qml/doc/qtqml.qdocconf3
-rw-r--r--src/qmlmodels/doc/qtqmlmodels.qdocconf4
-rw-r--r--src/qmltest/doc/qtqmltest.qdocconf4
-rw-r--r--src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf4
-rw-r--r--src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf4
-rw-r--r--src/quick/doc/qtquick.qdocconf3
-rw-r--r--src/quickcontrols2/doc/qtquickcontrols.qdocconf4
-rw-r--r--src/quickdialogs2/quickdialogs2/doc/qtquickdialogs.qdocconf4
10 files changed, 0 insertions, 38 deletions
diff --git a/src/core/doc/qtqmlcore.qdocconf b/src/core/doc/qtqmlcore.qdocconf
index 12bad27c00..49b92fcc17 100644
--- a/src/core/doc/qtqmlcore.qdocconf
+++ b/src/core/doc/qtqmlcore.qdocconf
@@ -12,10 +12,6 @@ qhp.QtQmlCore.virtualFolder = qtqmlcore
qhp.QtQmlCore.indexTitle = Qt QML Core
qhp.QtQmlCore.indexRoot =
-qhp.QtQmlCore.filterAttributes = qtqmlcore $QT_VERSION qtrefdoc
-qhp.QtQmlCore.customFilters.Qt.name = QtQmlCore $QT_VERSION
-qhp.QtQmlCore.customFilters.Qt.filterAttributes = qtqmlcore $QT_VERSION
-
qhp.QtQmlCore.subprojects = qmltypes
qhp.QtQmlCore.subprojects.qmltypes.title = QML Types
qhp.QtQmlCore.subprojects.qmltypes.indexTitle = Qt QML Core QML Types
diff --git a/src/labs/platform/doc/qtlabsplatform.qdocconf b/src/labs/platform/doc/qtlabsplatform.qdocconf
index 54ed82046d..597a501865 100644
--- a/src/labs/platform/doc/qtlabsplatform.qdocconf
+++ b/src/labs/platform/doc/qtlabsplatform.qdocconf
@@ -13,10 +13,6 @@ qhp.QtLabsPlatform.virtualFolder = qtlabsplatform
qhp.QtLabsPlatform.indexTitle = Qt Labs Platform
qhp.QtLabsPlatform.indexRoot =
-qhp.QtLabsPlatform.filterAttributes = qtlabsplatform $QT_VERSION qtrefdoc
-qhp.QtLabsPlatform.customFilters.Qt.name = QtLabsPlatform $QT_VERSION
-qhp.QtLabsPlatform.customFilters.Qt.filterAttributes = qtlabsplatform $QT_VERSION
-
qhp.QtLabsPlatform.subprojects = qmltypes
qhp.QtLabsPlatform.subprojects.qmltypes.title = QML Types
qhp.QtLabsPlatform.subprojects.qmltypes.indexTitle = Qt Labs Platform QML Types
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 820e7c67d2..7ef67fa927 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -15,9 +15,6 @@ qhp.QtQml.virtualFolder = qtqml
qhp.QtQml.indexTitle = Qt QML
qhp.QtQml.indexRoot =
-qhp.QtQml.filterAttributes = qtqml $QT_VERSION qtrefdoc
-qhp.QtQml.customFilters.Qt.name = QtQml $QT_VERSION
-qhp.QtQml.customFilters.Qt.filterAttributes = qtqml $QT_VERSION
qhp.QtQml.subprojects = qmltypes classes examples
qhp.QtQml.subprojects.classes.title = C++ Classes
qhp.QtQml.subprojects.classes.indexTitle = Qt QML C++ Classes
diff --git a/src/qmlmodels/doc/qtqmlmodels.qdocconf b/src/qmlmodels/doc/qtqmlmodels.qdocconf
index 9a80e0f9b9..55d13d34fb 100644
--- a/src/qmlmodels/doc/qtqmlmodels.qdocconf
+++ b/src/qmlmodels/doc/qtqmlmodels.qdocconf
@@ -12,10 +12,6 @@ qhp.QtQmlModels.namespace = org.qt-project.qtqmlmodels.$QT_VERSION_TAG
qhp.QtQmlModels.virtualFolder = qtqmlmodels
qhp.QtQmlModels.indexRoot =
-qhp.QtQmlModels.filterAttributes = qtqmlmodels $QT_VERSION qtrefdoc
-qhp.QtQmlModels.customFilters.Qt.name = QtQmlModels $QT_VERSION
-qhp.QtQmlModels.customFilters.Qt.filterAttributes = qtqmlmodels $QT_VERSION
-
qhp.QtQmlModels.title = QML Types
qhp.QtQmlModels.indexTitle = Qt QML Models QML Types
qhp.QtQmlModels.selectors = qmlclass
diff --git a/src/qmltest/doc/qtqmltest.qdocconf b/src/qmltest/doc/qtqmltest.qdocconf
index 3c9fe3ba6e..16ff9eeed3 100644
--- a/src/qmltest/doc/qtqmltest.qdocconf
+++ b/src/qmltest/doc/qtqmltest.qdocconf
@@ -13,10 +13,6 @@ qhp.QtQmlTest.virtualFolder = qtqmltest
qhp.QtQmlTest.indexTitle = Qt Quick Test
qhp.QtQmlTest.indexRoot =
-qhp.QtQmlTest.filterAttributes = qtqmltest $QT_VERSION qtrefdoc
-qhp.QtQmlTest.customFilters.Qt.name = QtQmlTest $QT_VERSION
-qhp.QtQmlTest.customFilters.Qt.filterAttributes = qtqmltest $QT_VERSION
-
qhp.QtQmlTest.subprojects = qmltypes classes
qhp.QtQmlTest.subprojects.classes.title = C++ API
qhp.QtQmlTest.subprojects.classes.indexTitle = Qt Quick Test C++ API
diff --git a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
index 303dee5261..33e2c2882a 100644
--- a/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
+++ b/src/qmlworkerscript/doc/qtqmlworkerscript.qdocconf
@@ -12,10 +12,6 @@ qhp.QtQmlWorkerScript.namespace = org.qt-project.qtqmlworkerscript.$QT
qhp.QtQmlWorkerScript.virtualFolder = qtqmlworkerscript
qhp.QtQmlWorkerScript.indexRoot =
-qhp.QtQmlWorkerScript.filterAttributes = qtqmlworkerscript $QT_VERSION qtrefdoc
-qhp.QtQmlWorkerScript.customFilters.Qt.name = QtQmlWorkerScript $QT_VERSION
-qhp.QtQmlWorkerScript.customFilters.Qt.filterAttributes = qtqmlworkerscript $QT_VERSION
-
qhp.QtQmlWorkerScript.title = QML Types
qhp.QtQmlWorkerScript.indexTitle = Qt QML WorkerScript QML Types
qhp.QtQmlWorkerScript.selectors = qmlclass
diff --git a/src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf b/src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf
index f1ba27eaa9..41a79345b9 100644
--- a/src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf
+++ b/src/qmlxmllistmodel/doc/qtqmlxmllistmodel.qdocconf
@@ -12,10 +12,6 @@ qhp.QtQmlXmlListModel.namespace = org.qt-project.qtqmlxmllistmodel.$QT
qhp.QtQmlXmlListModel.virtualFolder = qtqmlxmllistmodel
qhp.QtQmlXmlListModel.indexRoot =
-qhp.QtQmlXmlListModel.filterAttributes = qtqmlxmllistmodel $QT_VERSION qtrefdoc
-qhp.QtQmlXmlListModel.customFilters.Qt.name = QtQmlXmlListModel $QT_VERSION
-qhp.QtQmlXmlListModel.customFilters.Qt.filterAttributes = qtqmlxmllistmodel $QT_VERSION
-
qhp.QtQmlXmlListModel.title = QML Types
qhp.QtQmlXmlListModel.indexTitle = Qt XmlListModel QML Types
qhp.QtQmlXmlListModel.selectors = qmlclass
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 12ee620fd8..a22f972c56 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -19,9 +19,6 @@ qhp.QtQuick.virtualFolder = qtquick
qhp.QtQuick.indexTitle = Qt Quick
qhp.QtQuick.indexRoot =
-qhp.QtQuick.filterAttributes = qtquick $QT_VERSION qtrefdoc
-qhp.QtQuick.customFilters.Qt.name = QtQuick $QT_VERSION
-qhp.QtQuick.customFilters.Qt.filterAttributes = qtquick $QT_VERSION
qhp.QtQuick.subprojects = qmltypes classes examples
qhp.QtQuick.subprojects.qmltypes.title = QML Types
qhp.QtQuick.subprojects.qmltypes.indexTitle = Qt Quick QML Types
diff --git a/src/quickcontrols2/doc/qtquickcontrols.qdocconf b/src/quickcontrols2/doc/qtquickcontrols.qdocconf
index 3078730cbb..1a8be8cf7e 100644
--- a/src/quickcontrols2/doc/qtquickcontrols.qdocconf
+++ b/src/quickcontrols2/doc/qtquickcontrols.qdocconf
@@ -16,10 +16,6 @@ qhp.QtQuickControls.virtualFolder = qtquickcontrols
qhp.QtQuickControls.indexTitle = Qt Quick Controls
qhp.QtQuickControls.indexRoot =
-qhp.QtQuickControls.filterAttributes = qtquickcontrols $QT_VERSION qtrefdoc
-qhp.QtQuickControls.customFilters.Qt.name = QtQuickControls $QT_VERSION
-qhp.QtQuickControls.customFilters.Qt.filterAttributes = qtquickcontrols $QT_VERSION
-
qhp.QtQuickControls.subprojects = qmltypes classes examples
qhp.QtQuickControls.subprojects.qmltypes.title = QML Types
qhp.QtQuickControls.subprojects.qmltypes.indexTitle = Qt Quick Controls QML Types
diff --git a/src/quickdialogs2/quickdialogs2/doc/qtquickdialogs.qdocconf b/src/quickdialogs2/quickdialogs2/doc/qtquickdialogs.qdocconf
index b41c30ca1d..10ac0ba3f0 100644
--- a/src/quickdialogs2/quickdialogs2/doc/qtquickdialogs.qdocconf
+++ b/src/quickdialogs2/quickdialogs2/doc/qtquickdialogs.qdocconf
@@ -13,10 +13,6 @@ qhp.QtQuickDialogs.virtualFolder = qtquickdialogs
qhp.QtQuickDialogs.indexTitle = Qt Quick Dialogs
qhp.QtQuickDialogs.indexRoot =
-qhp.QtQuickDialogs.filterAttributes = qtquickdialogs $QT_VERSION qtrefdoc
-qhp.QtQuickDialogs.customFilters.Qt.name = QtQuickDialogs $QT_VERSION
-qhp.QtQuickDialogs.customFilters.Qt.filterAttributes = qtquickdialogs $QT_VERSION
-
qhp.QtQuickDialogs.subprojects = qmltypes
qhp.QtQuickDialogs.subprojects.qmltypes.title = QML Types
qhp.QtQuickDialogs.subprojects.qmltypes.indexTitle = Qt Quick Dialogs QML Types