X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=fc058c2713134bab227eeb6ec0cece3c1d0f43a1;hb=c2d4e9df36b9c19c691ff6fcb57066fd84a652e3;hp=03fdd0fb2e0d55faeab68ddd1f4881cfdc8f4679;hpb=509727eb807fe8cc8bd6c224099d77cbb2075c18;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);