Add menu entry to copy an entry attribute to clipboard.

This commit is contained in:
Florian Geyer 2012-10-24 00:15:23 +02:00
parent 18337927f5
commit ddd5e8a209
7 changed files with 71 additions and 3 deletions

View file

@ -86,6 +86,7 @@ public Q_SLOTS:
void deleteEntry();
void copyUsername();
void copyPassword();
void copyAttribute(QAction* action);
void performAutoType();
void openUrl();
void createGroup();