tst_QMenuBar::check_cursorKeys1() remove setActiveWindow()
2f6fe3a268 as made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I1bdcc0c70ccb88b0c66d226bfcf83a031add56af
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
0a81237064
commit
9ed9ef5502
|
|
@ -627,7 +627,6 @@ void tst_QMenuBar::check_cursorKeys1()
|
|||
QMainWindow w;
|
||||
initWindowWithComplexMenuBar(w);
|
||||
w.show();
|
||||
QApplicationPrivate::setActiveWindow(&w);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&w));
|
||||
|
||||
// start with a ALT + 1 that activates the first popupmenu
|
||||
|
|
|
|||
Loading…
Reference in New Issue