X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=f0aa491e585fa5f90998e9697a151404d2fb3275;hb=561ba3ae052a93fe150a2161fcdc361144e68e4f;hp=a42f964e0a173126b2cba892b7c803ae82cf8d89;hpb=28ceff251c776bcf99eafae691e70a521af15957;p=pulseview.git diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index a42f964e..f0aa491e 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -269,7 +269,7 @@ public: void restack_all_trace_tree_items(); Q_SIGNALS: - void hover_point_changed(); + void hover_point_changed(const QPoint &hp); void selection_changed(); @@ -347,6 +347,8 @@ private: void resizeEvent(QResizeEvent *event); + void update_hover_point(); + public: void row_item_appearance_changed(bool label, bool content); void time_item_appearance_changed(bool label, bool content); @@ -367,8 +369,6 @@ private Q_SLOTS: void process_sticky_events(); - void on_hover_point_changed(); - /** * Sets the 'offset_' member and emits the 'offset_changed' * signal if needed.