tst_QComboBox::task220195_keyBoardSelection2() remove setActiveWindow()
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: Iaf1ba189666877743eed378403ac4c38500ade18
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
2d82a42fea
commit
979836382e
|
|
@ -2509,7 +2509,6 @@ void tst_QComboBox::task220195_keyBoardSelection2()
|
|||
combo.addItem( QLatin1String("foo2"));
|
||||
combo.addItem( QLatin1String("foo3"));
|
||||
combo.show();
|
||||
QApplicationPrivate::setActiveWindow(&combo);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&combo));
|
||||
|
||||
combo.setCurrentIndex(-1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue