forked from qt-creator/qt-creator
All: Replace most SynchronousProcess by QtcProcess
Change-Id: I0bf22fef2cd4a7297ef5a1e9aa9c3e2b9348ba42 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -198,7 +198,7 @@ public:
|
||||
QObject::connect(m_command.get(),
|
||||
&VcsCommand::stdOutText,
|
||||
[this, &fi](const QString &text) { read(fi, text); });
|
||||
SynchronousProcess proc;
|
||||
QtcProcess proc;
|
||||
proc.setTimeoutS(0);
|
||||
m_command->runCommand(proc, {m_vcsBinary, arguments});
|
||||
switch (proc.result()) {
|
||||
|
||||
Reference in New Issue
Block a user