X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=641f203bb9325745d9abdf5b3849424ef642a6c4;hp=489a5caaff996cf87d308f0e7a74572f789aac37;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hpb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79;ds=sidebyside diff --git a/pv/view/header.h b/pv/view/header.h index 489a5caa..641f203b 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(); @@ -84,7 +82,7 @@ private: QPoint _mouse_down_point; bool _dragging; - std::list, int> > + std::list, int> > _drag_traces; };