diff --git a/snapshotview.h b/snapshotview.h --- a/snapshotview.h +++ b/snapshotview.h @@ -7,14 +7,7 @@ #include #include #include "plot.h" - -class SnapShotView; -struct SnapShot -{ - QString name; - QVector> data; - SnapShotView* view; -}; +#include "snapshot.h" namespace Ui { class SnapShotView;