diff --git a/src/mainwindow.h b/src/mainwindow.h --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -44,6 +44,7 @@ #include "channelmanager.h" #include "snapshotmanager.h" #include "plotmanager.h" +#include "barplot.h" #include "datarecorder.h" #include "updatecheckdialog.h" @@ -78,6 +79,7 @@ private: QList curves; ChannelManager channelMan; PlotManager* plotMan; + BarPlot barPlot; SnapshotManager snapshotMan; DataRecorder recorder; // operated by `recordPanel`