]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiApplication.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiApplication.h
index 344a8620dab421e8435cf03c65b768dd777af6ce..350adc871893f885bff413caa9bd651ccaf9fd73 100644 (file)
@@ -108,7 +108,8 @@ public:
 #ifdef Q_WS_X11
        bool x11EventFilter(XEvent * ev);
 #elif defined(QPA_XCB)
-       virtual bool nativeEventFilter(const QByteArray & eventType, void * message, long * result);
+       virtual bool nativeEventFilter(const QByteArray & eventType, void * message,
+                                      long * result) Q_DECL_OVERRIDE;
 #endif
        //@}