diff --git a/plot.h b/plot.h --- a/plot.h +++ b/plot.h @@ -22,6 +22,7 @@ #include #include +#include #include "zoomer.h" #include "scalezoomer.h" @@ -39,6 +40,7 @@ private: Zoomer zoomer; ScaleZoomer sZoomer; QwtPlotGrid grid; + QwtPlotShapeItem rectItem; void resetAxes();