tst_QCompleter::task247560_keyboardNavigation remove setActiveWindow()
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I889d5301d44b1ba222aa0392347817a458ff66c3
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
11f23e346d
commit
11a37c6cdd
|
|
@ -1549,7 +1549,6 @@ void tst_QCompleter::task247560_keyboardNavigation()
|
|||
edit.move(200, 200);
|
||||
edit.show();
|
||||
edit.setFocus();
|
||||
QApplicationPrivate::setActiveWindow(&edit);
|
||||
QVERIFY(QTest::qWaitForWindowActive(&edit));
|
||||
|
||||
QTest::keyClick(&edit, 'r');
|
||||
|
|
|
|||
Loading…
Reference in New Issue