tst_QMenuBar::check_cursorKeys3() remove setActiveWindow()
2f6fe3a268 as made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: Id7db0930ebac72bf2ddebffa9f991949ba515974
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
b200a40b35
commit
481a8f4802
|
|
@ -704,7 +704,6 @@ void tst_QMenuBar::check_cursorKeys3()
|
|||
QMainWindow w;
|
||||
initWindowWithComplexMenuBar(w);
|
||||
w.show();
|
||||
QApplicationPrivate::setActiveWindow(&w);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&w));
|
||||
|
||||
// select Popupmenu 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue