Skip to content

Commit

Permalink
Merge pull request #3209
Browse files Browse the repository at this point in the history
a80b1a0 [Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
  • Loading branch information
laanwj committed Nov 7, 2013
2 parents 182e909 + a80b1a0 commit b744fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/askpassphrasedialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class AskPassphraseDialog : public QDialog

private slots:
void textChanged();

protected:
bool event(QEvent *event);
bool eventFilter(QObject *object, QEvent *event);
};
Expand Down

0 comments on commit b744fdb

Please sign in to comment.