Hard code copy action for default attributes.

This commit is contained in:
Florian Geyer 2013-12-01 09:43:41 +01:00
parent 3e4811791a
commit 4a3da3abe7
7 changed files with 113 additions and 26 deletions

View file

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