Remove mention of Trolltech from QGraphicsScene autotest.
Task-number: QTBUG-19653 Change-Id: Iabebf17f5b09c17a767e81a0ccadd03513238a75 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>bb10
parent
12392e222a
commit
9e0479496e
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue