Fix leftover doc bug from Qt 3 days.

Change-Id: Ic5499ba2e3b27dcc5b36d273c01f92d57b26ce3a
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
This commit is contained in:
Gunnar Sletta 2014-11-01 10:35:25 +01:00
parent ebef2ad136
commit 939197fd7c

View File

@ -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).
*/
/*!