]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursor.hpp
Snapshot: Renamed to Segment
[pulseview.git] / pv / view / cursor.hpp
index 8679a2866c3b986e33532b71a660abc651dba031..5df0ca2c3e4b34e176717a1175c0f6febdcec560 100644 (file)
@@ -66,10 +66,8 @@ public:
         * Paints the cursor's label to the ruler.
         * @param p The painter to draw with.
         * @param rect The rectangle of the ruler client area.
-        * @param prefix The index of the SI prefix to use.
         */
-       void paint_label(QPainter &p, const QRect &rect,
-               unsigned int prefix);
+       void paint_label(QPainter &p, const QRect &rect);
 
 private:
        void compute_text_size(QPainter &p, unsigned int prefix);