mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Add removeSharedEncryptionKeys() and removeStoredPermissions()
This commit is contained in:
parent
f82725139a
commit
75f0d132e5
4 changed files with 94 additions and 7 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
QList<QString> keys() const;
|
||||
QList<QString> customKeys();
|
||||
QString value(const QString& key) const;
|
||||
bool contains(const QString& key) const;
|
||||
bool isProtected(const QString& key) const;
|
||||
void set(const QString& key, const QString& value, bool protect = false);
|
||||
void remove(const QString& key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue