X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=35f16de1b36eb7bab29f69ca1cea801b0f7320bc;hb=da2bebfb824ac5328ef2a22121a4041d0dc37431;hp=ff058863c2d536a598b5b83a199801bd2ba9b1e5;hpb=491536836d878a3abf7959800f56641ac093bd11;p=pulseview.git diff --git a/pv/view/header.h b/pv/view/header.h index ff05886..35f16de 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -22,8 +22,10 @@ #define PULSEVIEW_PV_VIEW_HEADER_H #include +#include -#include +#include +#include #include @@ -72,7 +74,8 @@ private: QPoint _mouse_point; QPoint _mouse_down_point; - std::map _mouse_down_signal_offsets; + std::list, int> > + _drag_sigs; boost::shared_ptr _context_signal; QAction *_action_set_name;