X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fviewport.hpp;h=48f2d09c9d0c4c178535c089bdc86a7a064d26fc;hb=2823de2c821f01b9b6d8df7fc972e290518075ae;hp=a49084b43ebe901f6e9cd7bb6ab2ad199e41e580;hpb=d9b55cc8ab01e83b392762ed1fa400fdafafb60b;p=pulseview.git diff --git a/pv/views/trace/viewport.hpp b/pv/views/trace/viewport.hpp index a49084b4..48f2d09c 100644 --- a/pv/views/trace/viewport.hpp +++ b/pv/views/trace/viewport.hpp @@ -17,11 +17,12 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWPORT_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWPORT_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_VIEWPORT_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_VIEWPORT_HPP #include +#include #include #include @@ -62,7 +63,7 @@ private: * @param item The item that is being hovered over, or @c nullptr * if no view item is being hovered over. */ - void item_hover(const shared_ptr &item); + void item_hover(const shared_ptr &item, QPoint pos); /** * Sets this item into the dragged state. @@ -110,4 +111,4 @@ private: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_VIEWPORT_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_VIEWPORT_HPP