tst_QGraphicsView::task239729_noViewUpdate() remove setActiveWindow()
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I586c77e9bd5dd78c2229bd0483893c12f8601694
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
7f8f27c22a
commit
317fcbf101
|
|
@ -3423,7 +3423,6 @@ void tst_QGraphicsView::task239729_noViewUpdate()
|
|||
QCOMPARE(spy.count(), 0);
|
||||
|
||||
view->show();
|
||||
QApplicationPrivate::setActiveWindow(view);
|
||||
QVERIFY(QTest::qWaitForWindowActive(view));
|
||||
|
||||
QTRY_VERIFY(spy.count() >= 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue