Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PasswordGeneratorWidget.h')
-rw-r--r--src/gui/PasswordGeneratorWidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PasswordGeneratorWidget.h b/src/gui/PasswordGeneratorWidget.h
index f736aea13..b39a2f10f 100644
--- a/src/gui/PasswordGeneratorWidget.h
+++ b/src/gui/PasswordGeneratorWidget.h
@@ -53,6 +53,9 @@ public:
QString getGeneratedPassword();
bool isPasswordVisible() const;
+protected:
+ void showEvent(QShowEvent* event) override;
+
public slots:
void regeneratePassword();
void applyPassword();