X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=91c84d352a1dd094a411dc6b44681d020d185e13;hb=9a3774933c3051262af1f0e3ec4bd747fd6b4f48;hp=aca4fa83ecbb24bc4f372f25311e643b9a14c13c;hpb=b3f44329f5846bfb800ee53c15c65b2395d3ba0c;p=pulseview.git diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index aca4fa83..91c84d35 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -134,13 +134,6 @@ public: */ virtual void paint_label(QPainter &p, const QRect &rect, bool hover) = 0; - /** - * Computes the outline rectangle of a label. - * @param rect the rectangle of the header area. - * @return Returns the rectangle of the signal label. - */ - virtual QRectF label_rect(const QRectF &rect) const = 0; - public: virtual void hover_point_changed();