X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;fp=pv%2Fview%2Ftimemarker.h;h=fc058c2713134bab227eeb6ec0cece3c1d0f43a1;hb=a28a212c7a9a3470e300911fe8aa62833a62d26a;hp=03fdd0fb2e0d55faeab68ddd1f4881cfdc8f4679;hpb=4030e03db23566ccc2521c7c40903d0f360797ca;p=pulseview.git diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 03fdd0fb..fc058c27 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -86,6 +86,8 @@ public: virtual void paint_label(QPainter &p, const QRect &rect, unsigned int prefix) = 0; + pv::widgets::Popup* create_popup(QWidget *parent); + private slots: void on_value_changed(double value);