summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpenginecore.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-08 00:12:36 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-16 06:59:48 +0100
commit4cb7c58ed02d3c47684fae6b49f87f10bc27ccc2 (patch)
treefdf8672c80a162550fff27ce65e108cb316f9d7f /src/assistant/help/qhelpenginecore.cpp
parent8e5f1ea7c568735de5dca809b5e54e83ce6e4b0d (diff)
QtHelp: Get rid of legacyCurrentFilterName()
Unused now. Task-number: QTBUG-122025 Change-Id: Ia165374d4234e2590c9075486a091844b3d18ba7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpenginecore.cpp')
-rw-r--r--src/assistant/help/qhelpenginecore.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index 0305decc2..130aaf9cc 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -776,11 +776,6 @@ bool QHelpEngineCore::usesFilterEngine() const
return d->usesFilterEngine;
}
-QString QHelpEngineCore::legacyCurrentFilterName() const
-{
- return d->currentFilter;
-}
-
#if QT_CONFIG(future)
static QUrl constructUrl(const QString &namespaceName, const QString &folderName,
const QString &relativePath)