]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/viewitem.hpp
Rename ViewItem::point() to ViewItem::drag_point() for clarity
[pulseview.git] / pv / views / trace / viewitem.hpp
index e1cc20040bd8ab33f3cded664454ebce23835136..39cf034562fb0e11cb500e949a424d9265b47fad 100644 (file)
@@ -98,7 +98,7 @@ public:
         * Get the drag point.
         * @param rect the rectangle of the widget area.
         */
-       virtual QPoint point(const QRect &rect) const = 0;
+       virtual QPoint drag_point(const QRect &rect) const = 0;
 
        /**
         * Computes the outline rectangle of a label.