aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/helpwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpwidget.cpp b/src/plugins/help/helpwidget.cpp
index 9df84970bb..e8d85caa18 100644
--- a/src/plugins/help/helpwidget.cpp
+++ b/src/plugins/help/helpwidget.cpp
@@ -975,7 +975,7 @@ void HelpWidget::highlightSearchTerms()
auto viewer = qobject_cast<HelpViewer *>(sender());
QTC_ASSERT(viewer, return);
foreach (const QString& term, m_searchTerms)
- viewer->findText(term, nullptr, false, true);
+ viewer->findText(term, {}, false, true);
m_searchTerms.clear();
}