mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-21 20:49:00 -04:00
fix password generator button's enable behavior
This commit is contained in:
parent
3c51455fa3
commit
3015baf6e6
2 changed files with 9 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue