Skip to content

Commit a80b1a0

Browse files
author
Philip Kaufmann
committed
[Qt] make event() and eventFilter() in askpassphrasedialog protected
1 parent c82cddc commit a80b1a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/askpassphrasedialog.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class AskPassphraseDialog : public QDialog
4141

4242
private slots:
4343
void textChanged();
44+
45+
protected:
4446
bool event(QEvent *event);
4547
bool eventFilter(QObject *object, QEvent *event);
4648
};

0 commit comments

Comments
 (0)