Support copying username and password to the clipboard.

This commit is contained in:
Felix Geyer 2012-05-26 16:20:32 +02:00
parent bbd039e487
commit f43ad8d062
11 changed files with 227 additions and 5 deletions

View file

@ -66,6 +66,8 @@ public Q_SLOTS:
void createEntry();
void cloneEntry();
void deleteEntry();
void copyUsername();
void copyPassword();
void createGroup();
void deleteGroup();
void switchToEntryEdit();
@ -123,6 +125,8 @@ private:
QAction* m_actionEntryClone;
QAction* m_actionEntryEditView;
QAction* m_actionEntryDelete;
QAction* m_actionEntryCopyUsername;
QAction* m_actionEntryCopyPassword;
};
#endif // KEEPASSX_DATABASEWIDGET_H