Fixed regression

This commit is contained in:
Jonathan White 2018-07-06 22:32:44 -04:00
parent b4d806ad41
commit c47882b887
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -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: