]> sigrok.org Git - pulseview.git/blobdiff - pv/view/trace.h
RowItem: Make label_rect a const function
[pulseview.git] / pv / view / trace.h
index 7cfa3c2e0681c76663319939f246f983f8a2c31f..7fd8c67afb8e917a5384d27fe87b61edd996c7b0 100644 (file)
@@ -66,7 +66,7 @@ public:
        /**
         * Get the colour of the signal.
         */
-       QColor get_colour() const;
+       QColor colour() const;
 
        /**
         * Set the colour of the signal.
@@ -92,7 +92,7 @@ public:
         *      area.
         * @return Returns the rectangle of the signal label.
         */
-       QRectF label_rect(int right);
+       QRectF label_rect(int right) const;
 
 protected: