summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsscene
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-21 11:28:57 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-28 04:48:01 +0100
commit9e0479496ed17ab0baca882e0928ff198c6cb7b0 (patch)
treee9c888ad95ddcd36fe763a296436bb1dc201d60c /tests/auto/widgets/graphicsview/qgraphicsscene
parent12392e222a6792b87ba7c3c4e67860be589adb23 (diff)
Remove mention of Trolltech from QGraphicsScene autotest.
Task-number: QTBUG-19653 Change-Id: Iabebf17f5b09c17a767e81a0ccadd03513238a75 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/widgets/graphicsview/qgraphicsscene')
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp b/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp
index dc1e1cb804..eebea90a61 100644
--- a/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp
+++ b/tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp
@@ -3070,7 +3070,7 @@ void tst_QGraphicsScene::tabFocus_sceneWithFocusableItems()
item->setFocus();
item->clearFocus();
- QGraphicsTextItem *item2 = scene.addText("Trolltech rocks!");
+ QGraphicsTextItem *item2 = scene.addText("Qt rocks!");
item2->setTabChangesFocus(true);
item2->setTextInteractionFlags(Qt::TextEditorInteraction);
item2->setPos(0, item->boundingRect().bottom());