Port native event filter to Qt 5.

This commit is contained in:
Felix Geyer 2015-07-22 20:30:46 +02:00
parent 03a330a4dd
commit 3b07098731
2 changed files with 24 additions and 19 deletions

View file

@ -31,9 +31,6 @@ public:
Application(int& argc, char** argv);
bool event(QEvent* event) Q_DECL_OVERRIDE;
#ifdef Q_WS_X11
bool x11EventFilter(XEvent* event) Q_DECL_OVERRIDE;
#endif
Q_SIGNALS:
void openFile(const QString& filename);