X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;fp=pv%2Fview%2Fcursor.hpp;h=5df0ca2c3e4b34e176717a1175c0f6febdcec560;hp=8679a2866c3b986e33532b71a660abc651dba031;hb=361c560ed9ef67278916e086ed0b0649ae01b583;hpb=f65cd27bdbf70644052dd43dac4bbe9403f4dfee diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 8679a28..5df0ca2 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -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);