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:
@@ -310,7 +310,7 @@ void VcsCommandPage::delayedInitialize()
|
||||
|
||||
const QString dir = wiz->expander()->expand(job.workDirectory);
|
||||
const int timeoutS = command->defaultTimeoutS() * job.timeOutFactor;
|
||||
command->addJob(FilePath::fromUserInput(commandString), args, timeoutS, dir);
|
||||
command->addJob({FilePath::fromUserInput(commandString), args}, timeoutS, dir);
|
||||
}
|
||||
|
||||
start(command);
|
||||
|
||||
Reference in New Issue
Block a user