tst_QGraphicsScene::hoverEvents_parentChild() remove setActiveWindow()
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I6b99542e8bc287030eb150e998311755d9d72a1b
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
02ce4feba8
commit
541ad18cd7
|
|
@ -1670,7 +1670,6 @@ void tst_QGraphicsScene::hoverEvents_parentChild()
|
|||
view.rotate(10);
|
||||
view.scale(1.7, 1.7);
|
||||
view.show();
|
||||
QApplicationPrivate::setActiveWindow(&view);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&view));
|
||||
|
||||
QGraphicsSceneMouseEvent mouseEvent(QEvent::GraphicsSceneMouseMove);
|
||||
|
|
|
|||
Loading…
Reference in New Issue