X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fcursor.hpp;fp=pv%2Fviews%2Ftrace%2Fcursor.hpp;h=08be9707eb1fcbc4c7cc4eb4ce3326806eb498a8;hp=c3960d6d39aa57d5d3bd8c6a02773ccc14eb65e2;hb=0aabc15a4e23b2a636d2452ae1a69981bdb77329;hpb=58abb3a372d0fc3b9e0a0087112e5f026e77cdb2;ds=sidebyside diff --git a/pv/views/trace/cursor.hpp b/pv/views/trace/cursor.hpp index c3960d6d..08be9707 100644 --- a/pv/views/trace/cursor.hpp +++ b/pv/views/trace/cursor.hpp @@ -67,6 +67,8 @@ public: */ QRectF label_rect(const QRectF &rect) const; + virtual QMenu* create_header_context_menu(QWidget *parent) override; + private: shared_ptr get_other_cursor() const; };