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>
This commit is contained in:
Jarek Kobus
2023-05-03 19:18:14 +02:00
parent b8a56abb22
commit 00d8e9d717

View File

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