summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-09-15 15:21:24 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-09-15 15:22:57 (GMT)
commit74d5999800d16e73b67e9b747fb22cec3366c548 (patch)
tree19681daab90381b07e569926a8c0cabbf6927bb4 /src/gui/painting/qpainter.cpp
parenta17103fb41c8f53e29b4abe26a45b8ba2cd460a4 (diff)
downloadQt-74d5999800d16e73b67e9b747fb22cec3366c548.zip
Qt-74d5999800d16e73b67e9b747fb22cec3366c548.tar.gz
Qt-74d5999800d16e73b67e9b747fb22cec3366c548.tar.bz2
Doc: Created a new Drawing Utility Functions page.
Reviewed-by: Trust Me Inspired-by: Olivier Goffart's earlier change Pain-by: Git
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r--src/gui/painting/qpainter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp
index beda9d6..b3aef71 100644
--- a/src/gui/painting/qpainter.cpp
+++ b/src/gui/painting/qpainter.cpp
@@ -1317,7 +1317,8 @@ void QPainterPrivate::updateState(QPainterState *newState)
Another workaround is to convert the paths to polygons first and then draw the
polygons instead.
- \sa QPaintDevice, QPaintEngine, {QtSvg Module}, {Basic Drawing Example}
+ \sa QPaintDevice, QPaintEngine, {QtSvg Module}, {Basic Drawing Example},
+ {Drawing Utility Functions}
*/
/*!