diff --git a/src/plot.h b/src/plot.h --- a/src/plot.h +++ b/src/plot.h @@ -26,6 +26,7 @@ #include #include #include +#include #include "zoomer.h" #include "scalezoomer.h" @@ -51,6 +52,7 @@ private: ScaleZoomer sZoomer; QwtPlotGrid grid; PlotSnapshotOverlay* snapshotOverlay; + QwtPlotLegendItem legend; QAction _showGridAction; QAction _showMinorGridAction;