tst_QWidget::tabOrderWithCompoundWidgetsNoFocusPolicy remove setActiveW
2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ieb516cc4fd02230c0ec6bb189da049c3741358dd Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
parent
b84e7a6bb0
commit
84dc1f2123
@ -2687,7 +2687,6 @@ void tst_QWidget::tabOrderWithCompoundWidgetsNoFocusPolicy()
|
||||
container.show();
|
||||
container.activateWindow();
|
||||
|
||||
QApplicationPrivate::setActiveWindow(&container);
|
||||
if (!QTest::qWaitForWindowActive(&container))
|
||||
QSKIP("Window failed to activate, skipping test");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user