Merge commit '7298ebb'

This commit is contained in:
Gavin Andresen
2011-12-12 15:03:16 -05:00
3 changed files with 71 additions and 2 deletions

View File

@@ -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