X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=1c0703a43adf2fc2a409fcd3a1a72692591cdebd;hp=0103fb041dfbdbede975ee4753de759c5d89546b;hb=361c560ed9ef67278916e086ed0b0649ae01b583;hpb=f65cd27bdbf70644052dd43dac4bbe9403f4dfee;ds=sidebyside diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 0103fb04..1c0703a4 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -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);