[Qt] make event() and eventFilter() in askpassphrasedialog protected

This commit is contained in:
Philip Kaufmann 2013-11-05 19:18:40 +01:00
parent c82cddcc55
commit a80b1a0312
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ private:
private slots:
void textChanged();
protected:
bool event(QEvent *event);
bool eventFilter(QObject *object, QEvent *event);
};