tst_QWidget::dumpObjectTree remove QApplicationPrivate::setActiveWindow
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I1cd2d45c54fbeb2b89accc257f2ec5b57f20c013
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
4467ebc837
commit
37b421c186
|
|
@ -9820,7 +9820,6 @@ void tst_QWidget::dumpObjectTree()
|
|||
}
|
||||
|
||||
QTestPrivate::androidCompatibleShow(&w);
|
||||
QApplicationPrivate::setActiveWindow(&w);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&w));
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue