X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=9cab1fc6d0a96e666069e635c564a0d62ac80ab5;hb=8914fe790fb677c56194a3ae4da06ba671fca78a;hp=7534dbd7c2708c615b9d36179806ec521facac9b;hpb=beb897c6c32c8e8dd9eb34d91100ab0569fca5f6;p=pulseview.git diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 7534dbd..9cab1fc 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_;