Changeset 20006
- Timestamp:
- 11/18/20 14:43:11 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc
r19989 r20006 16 16 #include <QFileDialog> 17 17 #include <QMouseEvent> 18 #include <QButtonGroup> // Required in Qt5/Mint 18 19 19 20 #include <qwt_symbol.h> … … 33 34 #define ACTUAL_NUM_PIXELS 1440 34 35 35 #if ndef HAVE_QT4 // required with not qwt5-qt4 (assuming that this is the default for not Qt4)36 #if QWT_VERSION>=0x060100 36 37 #define setMajPen setMajorPen 37 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.