Browse Source

Merge pull request #3209

a80b1a0 [Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
b744fdbf52
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/askpassphrasedialog.h

2
src/qt/askpassphrasedialog.h

@ -41,6 +41,8 @@ private: @@ -41,6 +41,8 @@ private:
private slots:
void textChanged();
protected:
bool event(QEvent *event);
bool eventFilter(QObject *object, QEvent *event);
};

Loading…
Cancel
Save