forked from qt-creator/qt-creator
VCS: Use more FilePath in ShellCommand and surroundings
Change-Id: Ie8c5fac09b45a54bcbe9a876044b653e7fccede5 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -321,7 +321,7 @@ void QueryContext::start()
|
||||
fp->setKeepOnFinish(Core::FutureProgress::HideOnFinish);
|
||||
m_progress.reportStarted();
|
||||
// Order: synchronous call to error handling if something goes wrong.
|
||||
VcsOutputWindow::appendCommand(m_process.workingDirectory().toString(),
|
||||
VcsOutputWindow::appendCommand(m_process.workingDirectory(),
|
||||
{FilePath::fromString(m_binary), m_arguments});
|
||||
m_timer.start();
|
||||
m_process.setCommand({FilePath::fromString(m_binary), m_arguments});
|
||||
|
||||
Reference in New Issue
Block a user