fix password generator button's enable behavior

This commit is contained in:
thez3ro 2017-06-04 21:06:27 +02:00
parent 3c51455fa3
commit 3015baf6e6
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
2 changed files with 9 additions and 4 deletions

View file

@ -58,7 +58,7 @@ signals:
private slots:
void applyPassword();
void copyPassword();
void updateApplyEnabled(const QString& password);
void updateButtonsEnabled(const QString& password);
void updatePasswordStrength(const QString& password);
void togglePasswordShown(bool hidden);
@ -72,6 +72,7 @@ private slots:
private:
bool m_updatingSpinBox;
bool m_standalone = false;
PasswordGenerator::CharClasses charClasses();
PasswordGenerator::GeneratorFlags generatorFlags();