diff options
Diffstat (limited to 'src/plugins/remotelinux/sshkeydeployer.h')
-rw-r--r-- | src/plugins/remotelinux/sshkeydeployer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/sshkeydeployer.h b/src/plugins/remotelinux/sshkeydeployer.h index 8c5df26d8a..664543cb3c 100644 --- a/src/plugins/remotelinux/sshkeydeployer.h +++ b/src/plugins/remotelinux/sshkeydeployer.h @@ -52,7 +52,7 @@ signals: private: void handleConnectionFailure(); - void handleKeyUploadFinished(int exitStatus); + void handleKeyUploadFinished(); void cleanup(); Internal::SshKeyDeployerPrivate * const d; |