X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.cpp;h=34b2699bd6722fe9b5f3b169266f3341eb3eabad;hb=2496bf451ebd50b9ab67a1af9b979761c0fbad49;hp=d1c16ba8a9339f665fe0064e09cd80c1dc293567;hpb=312f40835968f3fff4669942ce139b69abf83a92;p=pulseview.git diff --git a/pv/view/timemarker.cpp b/pv/view/timemarker.cpp index d1c16ba8..34b2699b 100644 --- a/pv/view/timemarker.cpp +++ b/pv/view/timemarker.cpp @@ -43,7 +43,7 @@ const int TimeMarker::ArrowSize = 4; const int TimeMarker::Offset = 1; TimeMarker::TimeMarker(View &view, const QColor &colour, double time) : - view_(view), + TimeItem(view), colour_(colour), time_(time), value_action_(NULL),