forked from qt-creator/qt-creator
ShellCommand: Call c'tor of CommandResult explicitly
Change-Id: I3b9d0cda10a480577b7175e8bd6039299e4b3ff0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -333,7 +333,7 @@ CommandResult ShellCommand::runCommand(const CommandLine &command, const FilePat
|
||||
}
|
||||
}
|
||||
emit runCommandFinished(dir);
|
||||
return {proc};
|
||||
return CommandResult(proc);
|
||||
}
|
||||
|
||||
void ShellCommand::runFullySynchronous(QtcProcess &process)
|
||||
|
||||
Reference in New Issue
Block a user