forked from qt-creator/qt-creator
ProcessInterface: Drop arguments from finished() signal
Make the API more similar to QtcProcess API. Change-Id: If62051908b7974008bebda21dd288b02e7a772f3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -256,7 +256,7 @@ void CallerHandle::handleFinished(const FinishedSignal *launcherSignal)
|
||||
m_processState = QProcess::NotRunning;
|
||||
m_exitStatus = launcherSignal->exitStatus();
|
||||
m_exitCode = launcherSignal->exitCode();
|
||||
emit finished(m_exitCode, m_exitStatus);
|
||||
emit finished();
|
||||
}
|
||||
|
||||
// Called from launcher's thread exclusively.
|
||||
|
||||
Reference in New Issue
Block a user