From c47882b887c38578243f9a7b11534dd465ae22c7 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Fri, 6 Jul 2018 22:32:44 -0400 Subject: [PATCH] Fixed regression --- src/sshagent/SSHAgent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: