mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
highlight reference field in Database view
This commit is contained in:
parent
e91a41401c
commit
a03e354504
5 changed files with 52 additions and 3 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
QString value(const QString& key) const;
|
||||
bool contains(const QString& key) const;
|
||||
bool isProtected(const QString& key) const;
|
||||
bool isReference(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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue