X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=641f203bb9325745d9abdf5b3849424ef642a6c4;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hp=5474f10eb48bcac2461f8d58546605e86d409173;hpb=d7c0ca4a965c5f9cb2ae9aea584bb2547f4baca1;p=pulseview.git diff --git a/pv/view/header.h b/pv/view/header.h index 5474f10..641f203 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -21,10 +21,8 @@ #ifndef PULSEVIEW_PV_VIEW_HEADER_H #define PULSEVIEW_PV_VIEW_HEADER_H -#include -#include - #include +#include #include #include "marginwidget.h" @@ -48,7 +46,7 @@ public: QSize sizeHint() const; private: - boost::shared_ptr get_mouse_over_trace( + std::shared_ptr get_mouse_over_trace( const QPoint &pt); void clear_selection(); @@ -74,7 +72,7 @@ private slots: void on_signals_moved(); - void on_trace_text_changed(); + void on_trace_changed(); signals: void signals_moved(); @@ -84,7 +82,7 @@ private: QPoint _mouse_down_point; bool _dragging; - std::list, int> > + std::list, int> > _drag_traces; };