From 939197fd7c8b64256333d096f3b4ebbf066b2481 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Sat, 1 Nov 2014 10:35:25 +0100 Subject: Fix leftover doc bug from Qt 3 days. Change-Id: Ic5499ba2e3b27dcc5b36d273c01f92d57b26ce3a Reviewed-by: Robin Burchell --- src/gui/painting/qpainter.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/painting/qpainter.cpp') diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 34e22a30b8..eeebfde98c 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -3429,8 +3429,7 @@ void QPainter::drawPath(const QPainterPath &path) \fn void QPainter::drawLine(int x1, int y1, int x2, int y2) \overload - Draws a line from (\a x1, \a y1) to (\a x2, \a y2) and sets the - current pen position to (\a x2, \a y2). + Draws a line from (\a x1, \a y1) to (\a x2, \a y2). */ /*! -- cgit v1.2.3