summaryrefslogtreecommitdiff
path: root/src/plugins/help/searchwidget.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-07-21 10:19:36 +0200
committerhjk <hjk@qt.io>2020-07-21 12:42:27 +0000
commit43b658e9e7b4d939ad409fbf24d81dfa86b723f6 (patch)
tree2302b44722936a24e1889091b2b4b35bf05e4973 /src/plugins/help/searchwidget.cpp
parentc41847ce5da4f40754f7ed90c3ad3d7db018d94a (diff)
downloadqt-creator-43b658e9e7b4d939ad409fbf24d81dfa86b723f6.tar.gz
Utils: Drop Utils::SkipEmptyParts again
We require Qt 5.14 nowadays. Change-Id: Iff245257d3cb19207007c0445ee13814e66152dd Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/help/searchwidget.cpp')
-rw-r--r--src/plugins/help/searchwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/searchwidget.cpp b/src/plugins/help/searchwidget.cpp
index 747a8a8fad..7f6da5b847 100644
--- a/src/plugins/help/searchwidget.cpp
+++ b/src/plugins/help/searchwidget.cpp
@@ -263,7 +263,7 @@ void SearchWidget::contextMenuEvent(QContextMenuEvent *contextMenuEvent)
QStringList SearchWidget::currentSearchTerms() const
{
- return searchEngine->searchInput().split(QRegularExpression("\\W+"), Utils::SkipEmptyParts);
+ return searchEngine->searchInput().split(QRegularExpression("\\W+"), Qt::SkipEmptyParts);
}
// #pragma mark -- SearchSideBarItem