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/KeyOpenDialog.h')
-rw-r--r--src/gui/KeyOpenDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/KeyOpenDialog.h b/src/gui/KeyOpenDialog.h
index 7ae2c7faa..a92ded7a6 100644
--- a/src/gui/KeyOpenDialog.h
+++ b/src/gui/KeyOpenDialog.h
@@ -38,6 +38,8 @@ public:
private Q_SLOTS:
void createKey();
+ void togglePassword(bool checked);
+ void activatePassword();
private:
QScopedPointer<Ui::KeyOpenDialog> m_ui;