aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2022-04-04 13:17:36 +0200
committerJarek Kobus <[email protected]>2022-04-04 13:28:12 +0000
commitab11c4373b53953915cb6886356172a991660b8f (patch)
treeae0554f29e103a7523f7f46ea63da5bb6c1d6a11 /src/libs/cplusplus
parentd950eb498fc1f0ef77e82180a4e009eb56ba8ccd (diff)
QtcProcess: Introduce done() signal
Introduce QtcProcess::done() signal. It's similar to QtcProcess::finished() signal, but also emitted when process failed to start (so after QProcess::FailedToStart error occurred). SshRemoteProcess::finished() signal was already behaving like this. So, we remove special handling of FailedToStart error in this class and connect all clients of SshRemoteProcess to done() signal, instead of finished(). Task-number: QTCREATORBUG-27232 Change-Id: If4240e2172f3f706e812bca669a1d5b24bdc3285 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/cplusplus')
0 files changed, 0 insertions, 0 deletions