compatible with qwt 6.1

This commit is contained in:
2016-09-02 16:22:34 +02:00
parent b8944a3156
commit fdffe8dc1e
5 changed files with 29 additions and 6 deletions

View File

@ -5,6 +5,7 @@
*/
#include <cmath>
#include <iostream>
#include <qprinter.h>
#include <qtoolbutton.h>
@ -23,6 +24,10 @@
#include <qwt_scale_engine.h>
#include "SlsQt2DPlot.h"
#if QWT_VERSION >= 0x060100
#define QwtLog10ScaleEngine QwtLogScaleEngine
#endif
using namespace std;