X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=328d428f0e52ca547c48840d5a4071e247c78e14;hb=410f9c81240bda322c0b9880170f0eb7a2bb7338;hp=63733f7a5c9a4a9040f4660db5b0ebf152c490c0;hpb=1e256e16a17271fab3c9c57de3558b3b1c8184f4;p=pulseview.git diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 63733f7..328d428 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -51,6 +51,8 @@ protected: TimeMarker(View &view, const QColor &colour, double time); public: + virtual void init_context_bar_actions(QWidget *parent); + /** * Gets the time of the marker. */ @@ -104,8 +106,8 @@ protected: QSizeF _text_size; - QWidgetAction _value_action; - QDoubleSpinBox _value_widget; + QWidgetAction *_value_action; + QDoubleSpinBox *_value_widget; bool _updating_value_widget; };