forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user