]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.hpp
Ruler: Moved calculate_tick_spacing into View
[pulseview.git] / pv / view / timemarker.hpp
index 0103fb041dfbdbede975ee4753de759c5d89546b..1c0703a43adf2fc2a409fcd3a1a72692591cdebd 100644 (file)
@@ -86,10 +86,8 @@ public:
         * Paints the marker's label to the ruler.
         * @param p The painter to draw with.
         * @param rect The rectangle of the ruler client area.
-        * @param prefix The SI prefix to paint time value with.
         */
-       virtual void paint_label(QPainter &p, const QRect &rect,
-               unsigned int prefix) = 0;
+       virtual void paint_label(QPainter &p, const QRect &rect) = 0;
 
        pv::widgets::Popup* create_popup(QWidget *parent);