mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
[Qt] make event() and eventFilter() in askpassphrasedialog protected
This commit is contained in:
@ -41,6 +41,8 @@ private:
|
||||
|
||||
private slots:
|
||||
void textChanged();
|
||||
|
||||
protected:
|
||||
bool event(QEvent *event);
|
||||
bool eventFilter(QObject *object, QEvent *event);
|
||||
};
|
||||
|
Reference in New Issue
Block a user