mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Add hasKey() convenience methods.
This commit is contained in:
parent
876a75b572
commit
3ea0592b53
4 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,7 @@ class EntryAttributes : public QObject
|
|||
public:
|
||||
explicit EntryAttributes(QObject* parent = Q_NULLPTR);
|
||||
QList<QString> keys() const;
|
||||
bool hasKey(const QString& key) const;
|
||||
QList<QString> customKeys();
|
||||
QString value(const QString& key) const;
|
||||
bool isProtected(const QString& key) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue