summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsscene.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:12 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:12 (GMT)
commit99ecf471075088eba042575772196e63cab5b8f8 (patch)
treed0337258c77b431d1010320fe5640a24bd5b47e1 /src/gui/graphicsview/qgraphicsscene.cpp
parent965639a06e624534f4ad8e869fea7b2df33a657d (diff)
downloadQt-99ecf471075088eba042575772196e63cab5b8f8.zip
Qt-99ecf471075088eba042575772196e63cab5b8f8.tar.gz
Qt-99ecf471075088eba042575772196e63cab5b8f8.tar.bz2
Doc: Replace QMatrix with QTransform and respective functions in various places.
Diffstat (limited to 'src/gui/graphicsview/qgraphicsscene.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene.cpp b/src/gui/graphicsview/qgraphicsscene.cpp
index 9b6414d..0dce26b 100644
--- a/src/gui/graphicsview/qgraphicsscene.cpp
+++ b/src/gui/graphicsview/qgraphicsscene.cpp
@@ -4697,7 +4697,7 @@ void QGraphicsScenePrivate::processDirtyItemsRecursive(QGraphicsItem *item, bool
background has been drawn, and before the foreground has been
drawn. All painting is done in \e scene coordinates. Before
drawing each item, the painter must be transformed using
- QGraphicsItem::sceneMatrix().
+ QGraphicsItem::sceneTransform().
The \a options parameter is the list of style option objects for
each item in \a items. The \a numItems parameter is the number of