diff options
Diffstat (limited to 'lumina-wm-INCOMPLETE')
-rw-r--r-- | lumina-wm-INCOMPLETE/LXcbEventFilter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lumina-wm-INCOMPLETE/LXcbEventFilter.h b/lumina-wm-INCOMPLETE/LXcbEventFilter.h index 28bab024..b68eedf5 100644 --- a/lumina-wm-INCOMPLETE/LXcbEventFilter.h +++ b/lumina-wm-INCOMPLETE/LXcbEventFilter.h @@ -80,8 +80,7 @@ public: XCBEventFilter(EventFilter *parent); ~XCBEventFilter(){} - //This function format taken directly from the Qt5.3 documentation - virtual bool nativeEventFilter(const QByteArray &eventType, void *message, long *) Q_DECL_OVERRIDE; + virtual bool nativeEventFilter(const QByteArray &eventType, void *message, long *); private: EventFilter *obj; |