tst_QMdieArea::subWindowList() remove setActiveWindow()
2f6fe3a268 as made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I846682ed9b04b72867ffa85b0e4fc000b29c38ac
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
d012310622
commit
611a89498f
|
|
@ -1381,7 +1381,6 @@ void tst_QMdiArea::subWindowList()
|
|||
|
||||
QMdiArea workspace;
|
||||
workspace.show();
|
||||
QApplicationPrivate::setActiveWindow(&workspace);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&workspace));
|
||||
|
||||
QList<QMdiSubWindow *> activationOrder;
|
||||
|
|
|
|||
Loading…
Reference in New Issue