mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
[Qt] make event() and eventFilter() in askpassphrasedialog protected
This commit is contained in:
parent
c82cddcc55
commit
a80b1a0312
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ private:
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void textChanged();
|
void textChanged();
|
||||||
|
|
||||||
|
protected:
|
||||||
bool event(QEvent *event);
|
bool event(QEvent *event);
|
||||||
bool eventFilter(QObject *object, QEvent *event);
|
bool eventFilter(QObject *object, QEvent *event);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue