aboutsummaryrefslogtreecommitdiff
path: root/src/qt/askpassphrasedialog.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-12-12 15:03:16 -0500
committerGavin Andresen <[email protected]>2011-12-12 15:03:16 -0500
commit5491c310a6c70220e32c123ba7b8ce3da3e26126 (patch)
tree9d1cb7abc7246d06a9b4f0e9218f5b331a53cade /src/qt/askpassphrasedialog.h
parentadded translations: pt_BR zh_CN (diff)
parentAdded Caps Lock check and warning at askpassphrasedialog. (diff)
downloaddiscoin-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.h3
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