]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitem.hpp
SelectableItem: Moved in label_rect
[pulseview.git] / pv / view / rowitem.hpp
index aca4fa83ecbb24bc4f372f25311e643b9a14c13c..91c84d352a1dd094a411dc6b44681d020d185e13 100644 (file)
@@ -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();