summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpindexwidget.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-08-24 17:49:44 +0200
committerLars Knoll <lars.knoll@qt.io>2020-08-24 21:37:09 +0200
commit1fcc136e74f85a6eeac6508b7138a375e8ced1c5 (patch)
tree33f974b73fa3c2d269b0183fb46109fbd50a3909 /src/assistant/help/qhelpindexwidget.h
parentc3ca1f972e402281d3ec42498d3051767449a41b (diff)
Remove deprecated functionality
Required to get the module to compile against a new qtbase Change-Id: I4f7c6f10c94da640c1f1eec0bbbbc22bbd7cb2ea Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpindexwidget.h')
-rw-r--r--src/assistant/help/qhelpindexwidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/assistant/help/qhelpindexwidget.h b/src/assistant/help/qhelpindexwidget.h
index 600a52465..e3ffcba80 100644
--- a/src/assistant/help/qhelpindexwidget.h
+++ b/src/assistant/help/qhelpindexwidget.h
@@ -63,10 +63,6 @@ public:
QModelIndex filter(const QString &filter,
const QString &wildcard = QString());
-#if QT_DEPRECATED_SINCE(5, 15)
- QT_DEPRECATED_X("Use QHelpEngineCore::documentsForKeyword() instead")
- QMultiMap<QString, QUrl> linksForKeyword(const QString &keyword) const;
-#endif
bool isCreatingIndex() const;
QHelpEngineCore *helpEngine() const;