diff options
Diffstat (limited to 'src/libs/ssh/sshremoteprocessrunner.h')
-rw-r--r-- | src/libs/ssh/sshremoteprocessrunner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshremoteprocessrunner.h b/src/libs/ssh/sshremoteprocessrunner.h index 43e8bda6db..0a1af87e5b 100644 --- a/src/libs/ssh/sshremoteprocessrunner.h +++ b/src/libs/ssh/sshremoteprocessrunner.h @@ -64,7 +64,7 @@ private: void handleConnectionError(); void handleDisconnected(); void handleProcessStarted(); - void handleProcessFinished(const QString &error); + void handleProcessFinished(); void runInternal(const QString &command, const QSsh::SshConnectionParameters &sshParams); void setState(int newState); |