X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.hpp;h=7df6c02d3fbebbcdf8ca5db4222e5a53c41e9713;hp=b8bcdd77744f2e7676cdbb3a25d1eff9e321c852;hb=5a6a4ce3e32a250cd586f4755573ed3bed530d7b;hpb=04b623e04f224748248447d8b3ced2df050a3375;ds=sidebyside diff --git a/pv/view/marginwidget.hpp b/pv/view/marginwidget.hpp index b8bcdd77..7df6c02d 100644 --- a/pv/view/marginwidget.hpp +++ b/pv/view/marginwidget.hpp @@ -70,8 +70,10 @@ protected: private: void leaveEvent(QEvent *event); + virtual void contextMenuEvent(QContextMenuEvent *event); + public Q_SLOTS: - virtual void clear_selection(); + void clear_selection(); Q_SIGNALS: void selection_changed();