forked from qt-creator/qt-creator
Replace remaining Utils::FileName occurrences by Utils::FilePath
Change-Id: Ic3120f18b4fbe90219de9128dba53d7453630b03 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -190,7 +190,7 @@ void ValgrindRunner::Private::remoteProcessStarted()
|
||||
const QString proc = m_valgrindExecutable.split(' ').last();
|
||||
|
||||
Runnable findPid;
|
||||
findPid.executable = FileName::fromString("/bin/sh");
|
||||
findPid.executable = FilePath::fromString("/bin/sh");
|
||||
// sleep required since otherwise we might only match "bash -c..."
|
||||
// and not the actual valgrind run
|
||||
findPid.commandLineArguments = QString("-c \""
|
||||
|
||||
Reference in New Issue
Block a user