summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-05-03 19:18:14 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-05-16 10:12:24 +0000
commit00d8e9d7179fa5feecdd058dd9a705832bfa3cb5 (patch)
treeda6b7b4ef29ada03e3efaddf0e7340a30570f790 /src
parentb8a56abb22eb4895b9ef50cfc0bbf70fdff58a24 (diff)
downloadqt-creator-00d8e9d7179fa5feecdd058dd9a705832bfa3cb5.tar.gz
SpotlightLocatorFilter: Remove no-op call to setConfigurable(true)
Change-Id: Iafc9b1f3f7e0e5e214b44ab29bbd2537a0bbb569 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp b/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp
index e2f077a565..64ea71998b 100644
--- a/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp
+++ b/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp
@@ -107,7 +107,6 @@ SpotlightLocatorFilter::SpotlightLocatorFilter()
"Locates files from a global file system index (Spotlight, Locate, Everything). Append "
"\"+<number>\" or \":<number>\" to jump to the given line number. Append another "
"\"+<number>\" or \":<number>\" to jump to the column number as well."));
- setConfigurable(true);
m_command = defaultCommand();
m_arguments = defaultArguments();
m_caseSensitiveArguments = defaultArguments(Qt::CaseSensitive);