Browse Source

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

0.10
Philip Kaufmann 11 years ago
parent
commit
a80b1a0312
  1. 2
      src/qt/askpassphrasedialog.h

2
src/qt/askpassphrasedialog.h

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

Loading…
Cancel
Save