X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=c0b94df26c00f86fbf61b5d673131e95a472165e;hp=88df33eadb0bddc74ff00b61774eba65ecdb757c;hb=97904bf71258d3b522b00eb3dcae1efea6bd1298;hpb=3eb29afdb641606c2e2e059289d8cc103d027a25 diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 88df33e..c0b94df 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -107,11 +107,10 @@ protected: /** * Paints a zero axis across the viewport. * @param p the QPainter to paint into. + * @param pp the painting parameters object to paint with. * @param y the y-offset of the axis. - * @param left the x-coordinate of the left edge of the view. - * @param right the x-coordinate of the right edge of the view. */ - void paint_axis(QPainter &p, int y, int left, int right); + void paint_axis(QPainter &p, const RowItemPaintParams &pp, int y); void add_colour_option(QWidget *parent, QFormLayout *form);