X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=24688ebc2e3d91a6ef319e932948026971668198;hp=93c7dc90940928c74f208784b290c6a50b3b5b77;hb=ad341c3a893c66cfd59ac66eedb1de405ed0dbbb;hpb=312f40835968f3fff4669942ce139b69abf83a92;ds=sidebyside diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 93c7dc90..24688ebc 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -27,7 +27,7 @@ #include #include -#include "selectableitem.hpp" +#include "timeitem.hpp" class QPainter; class QRect; @@ -37,7 +37,7 @@ namespace view { class View; -class TimeMarker : public SelectableItem +class TimeMarker : public TimeItem { Q_OBJECT @@ -107,7 +107,6 @@ Q_SIGNALS: void time_changed(); protected: - View &view_; const QColor &colour_; double time_;