textEditDoesntChangeFocusOnTab_qtbug3305() remove setActiveWindow()
2f6fe3a268 as made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: Ieb302b451308c3e486c6d8adca17b173da5db347
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
cbfc2d65a1
commit
55fd2c9c70
|
|
@ -420,7 +420,6 @@ void tst_QDataWidgetMapper::textEditDoesntChangeFocusOnTab_qtbug3305()
|
|||
|
||||
container.show();
|
||||
|
||||
QApplicationPrivate::setActiveWindow(&container);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&container));
|
||||
|
||||
int closeEditorSpyCount = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue