X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=ea336434f4ae5e7df9d39bfa61b610d067bd93f2;hp=81576dd4d19a9ef0a56465a8146c1f70e206ab08;hb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;hpb=b698553cd745bf4f50f73f513798bba6209a5d13 diff --git a/pv/view/signal.h b/pv/view/signal.h index 81576dd4..ea336434 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -50,6 +50,8 @@ protected: Signal(pv::SigSession &session, const sr_probe *const probe); public: + virtual void init_context_bar_actions(QWidget *parent); + /** * Sets the name of the signal. */ @@ -77,8 +79,8 @@ private slots: protected: const sr_probe *const _probe; - QWidgetAction _name_action; - QComboBox _name_widget; + QWidgetAction *_name_action; + QComboBox *_name_widget; bool _updating_name_widget; };