mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Remove duplicate menu entries to copy username and password.
This commit is contained in:
parent
af98c2636c
commit
34f12ac39c
4 changed files with 21 additions and 8 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
bool operator==(const EntryAttributes& other) const;
|
||||
bool operator!=(const EntryAttributes& other) const;
|
||||
|
||||
static const QString UserNameKey;
|
||||
static const QString PasswordKey;
|
||||
static const QStringList DefaultAttributes;
|
||||
static bool isDefaultAttribute(const QString& key);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue