Remove duplicate menu entries to copy username and password.

This commit is contained in:
Florian Geyer 2013-11-30 16:05:10 +01:00
parent af98c2636c
commit 34f12ac39c
4 changed files with 21 additions and 8 deletions

View file

@ -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);