Added Caps Lock check and warning at askpassphrasedialog.

This commit is contained in:
Nick Bosma
2011-10-15 20:56:06 +02:00
parent b68a8a6b34
commit 7298ebb432
3 changed files with 71 additions and 2 deletions

View File

@@ -32,9 +32,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