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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/KeyOpenDialog.h b/src/gui/KeyOpenDialog.h
index a92ded7a6..26ab91cfd 100644
--- a/src/gui/KeyOpenDialog.h
+++ b/src/gui/KeyOpenDialog.h
@@ -40,6 +40,9 @@ private Q_SLOTS:
void createKey();
void togglePassword(bool checked);
void activatePassword();
+ void activateKeyFile();
+ void setOkButtonEnabled();
+ void browseKeyFile();
private:
QScopedPointer<Ui::KeyOpenDialog> m_ui;