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);