X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;fp=pv%2Fview%2Fcursor.hpp;h=03b97a17789e948e4062dc44f484274d238fdcc7;hp=b23bd642b47130446a21b8fcf7b67c812acb7dc5;hb=689dea92f288564260ef521f6f499e03e3cdbbd2;hpb=b3f44329f5846bfb800ee53c15c65b2395d3ba0c diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index b23bd64..03b97a1 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -63,7 +63,7 @@ public: * @param rect The rectangle of the ruler client area. * @return Returns the label rectangle. */ - QRectF get_label_rect(const QRect &rect) const; + QRectF label_rect(const QRectF &rect) const; private: std::shared_ptr get_other_cursor() const;