diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-12 15:03:16 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-12 15:03:16 -0500 |
commit | 5491c310a6c70220e32c123ba7b8ce3da3e26126 (patch) | |
tree | 9d1cb7abc7246d06a9b4f0e9218f5b331a53cade /src/qt/askpassphrasedialog.h | |
parent | 1d8b4cd544018814a064730ca62e9169f8456ccd (diff) | |
parent | 7298ebb432f541a6efb9d7e7a29f34da588a6b7f (diff) |
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 32a3f6a5f3..b500ff49bf 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 |