forked from qt-creator/qt-creator
Utils: Use CommandLine in ShellCommand
... and adapt users. Change-Id: I218523ffe34720d5fe199aa0ca6892a8dc2985fc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -315,7 +315,7 @@ void QueryContext::start()
|
||||
m_progress.reportStarted();
|
||||
// Order: synchronous call to error handling if something goes wrong.
|
||||
VcsOutputWindow::appendCommand(
|
||||
m_process.workingDirectory(), Utils::FilePath::fromString(m_binary), m_arguments);
|
||||
m_process.workingDirectory(), {Utils::FilePath::fromString(m_binary), m_arguments});
|
||||
m_timer.start();
|
||||
m_process.start(m_binary, m_arguments);
|
||||
m_process.closeWriteChannel();
|
||||
|
||||
Reference in New Issue
Block a user