mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 22:19:33 -04:00
Add EntryAttributes::rename().
This commit is contained in:
parent
de4b90cdf1
commit
7c094d4723
2 changed files with 18 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
bool isProtected(const QString& key) const;
|
||||
void set(const QString& key, const QString& value, bool protect = false);
|
||||
void remove(const QString& key);
|
||||
void rename(const QString& oldKey, const QString& newKey);
|
||||
void copyCustomKeysFrom(const EntryAttributes* other);
|
||||
bool areCustomKeysDifferent(const EntryAttributes* other);
|
||||
void clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue