diff --git a/src/sshagent/SSHAgent.h b/src/sshagent/SSHAgent.h index ccbfda0c..acef6d62 100644 --- a/src/sshagent/SSHAgent.h +++ b/src/sshagent/SSHAgent.h @@ -36,7 +36,7 @@ public: const QString errorString() const; bool isAgentRunning() const; bool addIdentity(OpenSSHKey& key, quint32 lifetime = 0, bool confirm = false); - bool removeIdentity(OpenSSHKey& key) const; + bool removeIdentity(OpenSSHKey& key); void removeIdentityAtLock(const OpenSSHKey& key, const QUuid& uuid); signals: