diff --git a/plot.h b/plot.h --- a/plot.h +++ b/plot.h @@ -18,6 +18,7 @@ */ #include +#include #include "zoomer.h" class Plot : public QwtPlot @@ -32,6 +33,7 @@ private: bool isAutoScaled; double yMin, yMax; Zoomer zoomer; + QwtPlotGrid grid; void resetAxes();