mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Hard code copy action for default attributes.
This commit is contained in:
parent
3e4811791a
commit
4a3da3abe7
7 changed files with 113 additions and 26 deletions
|
@ -46,8 +46,11 @@ public:
|
|||
bool operator==(const EntryAttributes& other) const;
|
||||
bool operator!=(const EntryAttributes& other) const;
|
||||
|
||||
static const QString TitleKey;
|
||||
static const QString UserNameKey;
|
||||
static const QString PasswordKey;
|
||||
static const QString URLNameKey;
|
||||
static const QString NotesKey;
|
||||
static const QStringList DefaultAttributes;
|
||||
static bool isDefaultAttribute(const QString& key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue