mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-01 10:51:28 +02:00
Merge pull request #3209
a80b1a0
[Qt] make event() and eventFilter() in askpassphrasedialog protected (Philip Kaufmann)
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