mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
Merge pull request #3209
a80b1a0
[Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
This commit is contained in:
commit
b744fdbf52
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ private:
|
|||
|
||||
private slots:
|
||||
void textChanged();
|
||||
|
||||
protected:
|
||||
bool event(QEvent *event);
|
||||
bool eventFilter(QObject *object, QEvent *event);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue