X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=9cab1fc6d0a96e666069e635c564a0d62ac80ab5;hb=aef68e5ede14e179dcd72eb56f60618931008551;hp=7534dbd7c2708c615b9d36179806ec521facac9b;hpb=beb897c6c32c8e8dd9eb34d91100ab0569fca5f6;p=pulseview.git diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 7534dbd7..9cab1fc6 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -98,14 +98,11 @@ public: **/ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); - pv::widgets::Popup* create_popup(QWidget *parent); + virtual pv::widgets::Popup* create_popup(QWidget *parent); private Q_SLOTS: void on_value_changed(double value); -Q_SIGNALS: - void time_changed(); - protected: const QColor &colour_;