forked from qt-creator/qt-creator
Compile fix
Amends 53050255de
Change-Id: I3e4ff447885dbb46b7c8165ab0b4160f0d176cf1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -138,7 +138,7 @@ void runSilverSeacher(FutureInterfaceType &fi, FileFindParameters parameters)
|
|||||||
if (!params.searchOptions.isEmpty())
|
if (!params.searchOptions.isEmpty())
|
||||||
arguments << params.searchOptions.split(' ');
|
arguments << params.searchOptions.split(' ');
|
||||||
|
|
||||||
const FilePath path = FilePath::fromUserInput(FileUtils::normalizePathName(directory));
|
const FilePath path = FilePath::fromUserInput(FileUtils::normalizedPathName(directory));
|
||||||
arguments << "--" << parameters.text << path.toString();
|
arguments << "--" << parameters.text << path.toString();
|
||||||
|
|
||||||
QProcess process;
|
QProcess process;
|
||||||
|
Reference in New Issue
Block a user