Add copy button to password generator (#595)

This commit is contained in:
Toni Spets 2017-05-28 20:47:33 +03:00
parent 9fc83c7cd5
commit 398201f592
3 changed files with 15 additions and 0 deletions

View file

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