diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-22 09:32:51 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-06-22 09:32:51 (GMT) |
commit | 8befd7589456c6fd193676daeba8f0779d88776e (patch) | |
tree | bfba829b308e5f4647d9787d66c11e7c22a1032e /tests/auto/qgraphicsitem | |
parent | 1fa6b99c373e0dab9e0a0b7f190e3085190be668 (diff) | |
download | Qt-8befd7589456c6fd193676daeba8f0779d88776e.zip Qt-8befd7589456c6fd193676daeba8f0779d88776e.tar.gz Qt-8befd7589456c6fd193676daeba8f0779d88776e.tar.bz2 |
Remove unused code / delay in this autotest.
Diffstat (limited to 'tests/auto/qgraphicsitem')
-rw-r--r-- | tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp index 1ca6c98..981efeb 100644 --- a/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp +++ b/tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp @@ -4710,11 +4710,6 @@ void tst_QGraphicsItem::itemClipsChildrenToShape() scene.render(&painter); painter.end(); - QGraphicsView view(&scene); - view.show(); - - QTest::qWait(5000); - QCOMPARE(image.pixel(16, 16), QColor(255, 0, 0).rgba()); QCOMPARE(image.pixel(32, 32), QColor(0, 0, 255).rgba()); QCOMPARE(image.pixel(50, 50), QColor(0, 255, 0).rgba()); |