forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user