summaryrefslogtreecommitdiff
path: root/src/libs/ssh/sshremoteprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ssh/sshremoteprocess.h')
-rw-r--r--src/libs/ssh/sshremoteprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshremoteprocess.h b/src/libs/ssh/sshremoteprocess.h
index 5fbe2da930..4f9deab6b3 100644
--- a/src/libs/ssh/sshremoteprocess.h
+++ b/src/libs/ssh/sshremoteprocess.h
@@ -48,7 +48,7 @@ public:
static bool setupSshEnvironment(Utils::QtcProcess *process);
signals:
- void done(const QString &error);
+ void done();
private:
QString m_remoteCommand;