summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpsearchengine.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-08 12:01:32 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-13 18:47:49 +0100
commit9d9601721f0dc08dec86479e6137301e88391d52 (patch)
tree17e2b1b7e02f000a066297ae53e9495afec44814 /src/assistant/help/qhelpsearchengine.cpp
parentf6429ecb4261c9873a999ca2bb01c2301f899367 (diff)
QtHelp: Deprecate QHelpSearchQuery
This should have been deprecated in 5.9 already. Pick-to: 6.7 Change-Id: I9dce7b6da569c451110d20c11d916bfc06564d28 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/assistant/help/qhelpsearchengine.cpp')
-rw-r--r--src/assistant/help/qhelpsearchengine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assistant/help/qhelpsearchengine.cpp b/src/assistant/help/qhelpsearchengine.cpp
index 565df9b32..a0a69865a 100644
--- a/src/assistant/help/qhelpsearchengine.cpp
+++ b/src/assistant/help/qhelpsearchengine.cpp
@@ -372,6 +372,8 @@ QString QHelpSearchEngine::searchInput() const
}
#if QT_DEPRECATED_SINCE(5, 9)
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
/*!
\deprecated
\since 4.5
@@ -382,6 +384,7 @@ QList<QHelpSearchQuery> QHelpSearchEngine::query() const
return QList<QHelpSearchQuery>() << QHelpSearchQuery(QHelpSearchQuery::DEFAULT,
d->m_searchInput.split(QChar::Space));
}
+QT_WARNING_POP
#endif // QT_DEPRECATED_SINCE(5, 9)
/*!