From: Joel Holdsworth Date: Sun, 24 Aug 2014 18:25:24 +0000 (+0100) Subject: Trace: Fixed a doxygen comment X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=7db87de3cf2079f49ad395fba3a0b16f2b0f8ce5 Trace: Fixed a doxygen comment --- diff --git a/pv/view/trace.h b/pv/view/trace.h index de68dea..5cab440 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -112,7 +112,7 @@ public: virtual void paint_fore(QPainter &p, int left, int right); /** - * Paints the signal label into a QGLWidget. + * Paints the signal label. * @param p the QPainter to paint into. * @param right the x-coordinate of the right edge of the header * area.