Changeset 20006 for trunk/FACT++


Ignore:
Timestamp:
11/18/20 14:43:11 (4 years ago)
Author:
tbretz
Message:
The condition was wrong. setMaj[or]Pen depends on the QWT version not on QT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.cc

    r19989 r20006  
    1616#include <QFileDialog>
    1717#include <QMouseEvent>
     18#include <QButtonGroup> // Required in Qt5/Mint
    1819
    1920#include <qwt_symbol.h>
     
    3334#define ACTUAL_NUM_PIXELS 1440
    3435
    35 #ifndef HAVE_QT4 // required with not qwt5-qt4 (assuming that this is the default for not Qt4)
     36#if QWT_VERSION>=0x060100
    3637#define setMajPen setMajorPen
    3738#endif
Note: See TracChangeset for help on using the changeset viewer.