Skip to content

Commit

Permalink
askpassphrase bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranz5 committed May 16, 2014
1 parent 49009f4 commit 1df0379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/askpassphrasedialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AskPassphraseDialog : public QDialog
private slots:
void textChanged();
bool event(QEvent *event);
bool eventFilter(QObject *, QEvent *event);
bool eventFilter(QObject *object, QEvent *event);
};

#endif // ASKPASSPHRASEDIALOG_H

0 comments on commit 1df0379

Please sign in to comment.