diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-04 22:11:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-04 22:11:16 (GMT) |
commit | 793ee8eb8887be567a679a83fcaf3970ebf48d50 (patch) | |
tree | c18e2fb11fc29fb8da19e433852343011c5eae79 /src/EventFilter.h | |
parent | 0404a921af67a05f236f9f846243d4ffb1f74474 (diff) |
Mac build fix
Diffstat (limited to 'src/EventFilter.h')
-rw-r--r-- | src/EventFilter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/EventFilter.h b/src/EventFilter.h index c883bfd..c3942b5 100644 --- a/src/EventFilter.h +++ b/src/EventFilter.h @@ -1,8 +1,6 @@ #ifndef FILTER_H_ #define FILTER_H_ -#ifdef OPENSCAD_QTGUI - #include <QObject> #include <QFileOpenEvent> #include "MainWindow.h" @@ -27,6 +25,4 @@ protected: } }; -#endif // OPENSCAD_QTGUI - #endif |