From 00d8e9d7179fa5feecdd058dd9a705832bfa3cb5 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Wed, 3 May 2023 19:18:14 +0200 Subject: [PATCH] SpotlightLocatorFilter: Remove no-op call to setConfigurable(true) Change-Id: Iafc9b1f3f7e0e5e214b44ab29bbd2537a0bbb569 Reviewed-by: Reviewed-by: Eike Ziller Reviewed-by: Qt CI Bot --- src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp b/src/plugins/coreplugin/locator/spotlightlocatorfilter.cpp index e2f077a5659..64ea71998b7 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 " "\"+\" or \":\" to jump to the given line number. Append another " "\"+\" or \":\" to jump to the column number as well.")); - setConfigurable(true); m_command = defaultCommand(); m_arguments = defaultArguments(); m_caseSensitiveArguments = defaultArguments(Qt::CaseSensitive);