Skip to content

Commit

Permalink
Fixed compile error from *event in main.h (but commenting it out as f…
Browse files Browse the repository at this point in the history
…irst go to see what happens)
  • Loading branch information
RussellGarwood committed Dec 21, 2019
1 parent 27e0371 commit 2ddf613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions SPIERS.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ SUBDIRS = SPIERSalign \
SPIERSedit \
SPIERSview \
SPIERSutility/SPIERSversion \

CONFIG +=
sdk_no_version_check
2 changes: 1 addition & 1 deletion SPIERSedit/src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class main : public QApplication


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

#endif // MAIN_H

0 comments on commit 2ddf613

Please sign in to comment.