summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-08-22 15:35:16 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-08-23 07:16:24 +0000
commitbdcd7a97449502f92069d36196cc81064b1c02a0 (patch)
tree4f71b95dfec13361bbda6325be8a64351e991d08 /src
parent0fcd0160662941a9ba800b36671e88d82790bd95 (diff)
downloadqtsvg-bdcd7a97449502f92069d36196cc81064b1c02a0.tar.gz
Remove inaccurate statement about using setSize() from the documentationv5.9.25.9.2
Change-Id: I9a18a0cfc86411336cbf29e0b7fb2f77f704d284 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/svg/qgraphicssvgitem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/svg/qgraphicssvgitem.cpp b/src/svg/qgraphicssvgitem.cpp
index f6b7c74..fe6e92e 100644
--- a/src/svg/qgraphicssvgitem.cpp
+++ b/src/svg/qgraphicssvgitem.cpp
@@ -123,9 +123,7 @@ public:
\snippet src_svg_qgraphicssvgitem.cpp 0
- Size of the item can be set via the \l{QRectF::setSize()}
- {setSize()} method of the \l{QGraphicsSvgItem::boundingRect()}
- {bounding rectangle} or via direct manipulation of the items
+ Size of the item can be set via direct manipulation of the items
transformation matrix.
By default the SVG rendering is cached using QGraphicsItem::DeviceCoordinateCache