diff options
| author | Gavin Andresen <[email protected]> | 2011-12-12 15:03:16 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-12 15:03:16 -0500 |
| commit | 5491c310a6c70220e32c123ba7b8ce3da3e26126 (patch) | |
| tree | 9d1cb7abc7246d06a9b4f0e9218f5b331a53cade /src/qt/askpassphrasedialog.h | |
| parent | added translations: pt_BR zh_CN (diff) | |
| parent | Added Caps Lock check and warning at askpassphrasedialog. (diff) | |
| download | discoin-5491c310a6c70220e32c123ba7b8ce3da3e26126.tar.xz discoin-5491c310a6c70220e32c123ba7b8ce3da3e26126.zip | |
Merge commit '7298ebb'v0.5.1rc1
Diffstat (limited to 'src/qt/askpassphrasedialog.h')
| -rw-r--r-- | src/qt/askpassphrasedialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/askpassphrasedialog.h b/src/qt/askpassphrasedialog.h index 32a3f6a5f..b500ff49b 100644 --- a/src/qt/askpassphrasedialog.h +++ b/src/qt/askpassphrasedialog.h @@ -34,9 +34,12 @@ private: Ui::AskPassphraseDialog *ui; Mode mode; WalletModel *model; + bool fCapsLock; private slots: void textChanged(); + bool event(QEvent *event); + bool eventFilter(QObject *, QEvent *event); }; #endif // ASKPASSPHRASEDIALOG_H |