summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-10-22 11:48:04 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2009-10-22 11:48:12 (GMT)
commit43b2248cc3765848ca3763c36b91ed7290fddfe0 (patch)
tree200e2c52c8e44d43c80400079bd2b038609d87df /tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp
parent9c136d34c1d15d077ab5103a84dfb2449b796d1f (diff)
parent9dec5247be84ae4606d5d9baf5b99612c5feba8d (diff)
downloadQt-43b2248cc3765848ca3763c36b91ed7290fddfe0.zip
Qt-43b2248cc3765848ca3763c36b91ed7290fddfe0.tar.gz
Qt-43b2248cc3765848ca3763c36b91ed7290fddfe0.tar.bz2
Merge branch 'origin/4.6' into widgets-team/4.6
Diffstat (limited to 'tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp')
-rw-r--r--tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp b/tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp
index b407fef..eb5c099 100644
--- a/tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp
+++ b/tests/auto/qgraphicstransform/tst_qgraphicstransform.cpp
@@ -88,7 +88,7 @@ static QTransform transform2D(const QGraphicsTransform& t)
{
QMatrix4x4 m;
t.applyTo(&m);
- return m.toTransform();
+ return m.toTransform(0);
}
void tst_QGraphicsTransform::scale()