ShellCommand: Pass OutputProxy to runFullySynchronous

No need to create a fresh one.

Change-Id: I3c7b92319ab43030620428987dfa254be7ac03a7
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2016-07-05 13:23:42 +02:00
parent 53c602633c
commit c2075f6a73
2 changed files with 3 additions and 3 deletions

View File

@@ -163,6 +163,7 @@ protected:
private:
void run(QFutureInterface<void> &future);
SynchronousProcessResponse runFullySynchronous(const FileName &binary, const QStringList &arguments,
OutputProxy *proxy,
int timeoutS, const QString &workingDirectory,
const ExitCodeInterpreter &interpreter = defaultExitCodeInterpreter);