X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.hpp;h=b4f0eb72c45e84abc4703a5b3e46f8031aca7e0a;hp=9ff4276b0dd6dc173400d171d811624198381c49;hb=f4433aa958fb9c85ce82ef5545d722625cb64f9e;hpb=9a3774933c3051262af1f0e3ec4bd747fd6b4f48 diff --git a/pv/view/marginwidget.hpp b/pv/view/marginwidget.hpp index 9ff4276b..b4f0eb72 100644 --- a/pv/view/marginwidget.hpp +++ b/pv/view/marginwidget.hpp @@ -21,6 +21,7 @@ #ifndef PULSEVIEW_PV_MARGINWIDGET_H #define PULSEVIEW_PV_MARGINWIDGET_H +#include #include namespace pv { @@ -43,6 +44,9 @@ Q_SIGNALS: protected: pv::view::View &view_; + QPoint mouse_point_; + QPoint mouse_down_point_; + bool dragging_; }; } // namespace view