X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=909c04ae353b55c6825d3e9b6d0735e67e516392;hb=448a72cf7f0225eace2335ec05b979c4e9a6b882;hp=2b182978a905669d1145d9b06149fc8c4ce8aa4c;hpb=0dda6fe595932b2e340930104fad8ac4fc574895;p=pulseview.git diff --git a/pv/view/header.h b/pv/view/header.h index 2b182978..909c04ae 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -51,8 +51,6 @@ public: */ static const int BaselineOffset; - void signals_updated(); - private: std::shared_ptr get_mouse_over_row_item( const QPoint &pt); @@ -82,14 +80,13 @@ private: private Q_SLOTS: void on_signals_moved(); - void on_trace_changed(); - Q_SIGNALS: void signals_moved(); private: QPoint _mouse_point; QPoint _mouse_down_point; + std::shared_ptr _mouse_down_item; bool _dragging; };