summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qpicture.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/image/qpicture.cpp b/src/gui/image/qpicture.cpp
index d2ca2bbd22..1f16318f2e 100644
--- a/src/gui/image/qpicture.cpp
+++ b/src/gui/image/qpicture.cpp
@@ -358,6 +358,8 @@ void QPicture::setBoundingRect(const QRect &r)
This function does exactly the same as QPainter::drawPicture()
with (x, y) = (0, 0).
+
+ \note The state of the painter isn't preserved by this function.
*/
bool QPicture::play(QPainter *painter)