mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Add menu entry to copy an entry attribute to clipboard.
This commit is contained in:
parent
18337927f5
commit
ddd5e8a209
7 changed files with 71 additions and 3 deletions
|
@ -86,6 +86,7 @@ public Q_SLOTS:
|
|||
void deleteEntry();
|
||||
void copyUsername();
|
||||
void copyPassword();
|
||||
void copyAttribute(QAction* action);
|
||||
void performAutoType();
|
||||
void openUrl();
|
||||
void createGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue