diff options
author | Ken Moore <moorekou@gmail.com> | 2016-04-12 08:25:05 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-04-12 08:25:05 -0400 |
commit | 1aa4cf175af93acb4e8340d37c2316e7e39a5573 (patch) | |
tree | 579afff739e736ac53c4c13882f3c43d37b3a90b /lumina-wm-INCOMPLETE/LXcbEventFilter.h | |
parent | Remove a couple obsolete shell scripts from the liblumina dir. The new qmake ... (diff) | |
download | lumina-1aa4cf175af93acb4e8340d37c2316e7e39a5573.tar.gz lumina-1aa4cf175af93acb4e8340d37c2316e7e39a5573.tar.bz2 lumina-1aa4cf175af93acb4e8340d37c2316e7e39a5573.zip |
Minor cleanup of some build system files. No real changes.
Diffstat (limited to 'lumina-wm-INCOMPLETE/LXcbEventFilter.h')
-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; |