mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 13:02:10 -04:00
Add copy button to password generator (#595)
This commit is contained in:
parent
9fc83c7cd5
commit
398201f592
3 changed files with 15 additions and 0 deletions
|
@ -57,6 +57,7 @@ signals:
|
|||
|
||||
private slots:
|
||||
void applyPassword();
|
||||
void copyPassword();
|
||||
void updateApplyEnabled(const QString& password);
|
||||
void updatePasswordStrength(const QString& password);
|
||||
void togglePasswordShown(bool hidden);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue