diff --git a/mainwindow.h b/mainwindow.h --- a/mainwindow.h +++ b/mainwindow.h @@ -31,6 +31,7 @@ #include #include #include +#include #include "portcontrol.h" #include "ui_about_dialog.h" @@ -96,6 +97,7 @@ private: QTimer demoTimer; int demoCount; bool isDemoRunning(); + QwtPlotTextLabel demoIndicator; QColor makeColor(unsigned int channelIndex);