mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[Qt] make event() and eventFilter() in askpassphrasedialog protected
This commit is contained in:
parent
c82cddcc55
commit
a80b1a0312
@ -41,6 +41,8 @@ private:
|
||||
|
||||
private slots:
|
||||
void textChanged();
|
||||
|
||||
protected:
|
||||
bool event(QEvent *event);
|
||||
bool eventFilter(QObject *object, QEvent *event);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user