mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-15 01:07:27 -05:00
Fixed regression
This commit is contained in:
parent
b4d806ad41
commit
c47882b887
@ -36,7 +36,7 @@ public:
|
|||||||
const QString errorString() const;
|
const QString errorString() const;
|
||||||
bool isAgentRunning() const;
|
bool isAgentRunning() const;
|
||||||
bool addIdentity(OpenSSHKey& key, quint32 lifetime = 0, bool confirm = false);
|
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);
|
void removeIdentityAtLock(const OpenSSHKey& key, const QUuid& uuid);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
Loading…
Reference in New Issue
Block a user