Skip to content

Commit

Permalink
OK sort this out easy way for now by using a conditional define
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellGarwood committed Dec 21, 2019
1 parent 2ddf613 commit 57059a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SPIERSedit/src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#ifndef MAIN_H
#define MAIN_H

#ifdef __APPLE__

#include <QApplication>
#include <QString>
#include <QEvent>
Expand All @@ -35,7 +37,9 @@ class main : public QApplication


private:
// bool event(QEvent *);
bool event(QEvent *);
};

#endif

#endif // MAIN_H

0 comments on commit 57059a9

Please sign in to comment.