mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 16:55:25 +08:00
6.5.3 clean
This commit is contained in:
@ -1687,6 +1687,7 @@ void tst_QCompleter::QTBUG_14292_filesystem()
|
||||
QTRY_VERIFY(comp.popup()->isVisible());
|
||||
QCOMPARE(comp.popup()->model()->rowCount(), 2);
|
||||
QApplication::processEvents();
|
||||
QCOMPARE(qApp->focusObject(), &edit); // for QTBUG_108522
|
||||
QTest::keyClick(&edit, 'h');
|
||||
QCOMPARE(comp.popup()->model()->rowCount(), 2);
|
||||
QTest::keyClick(&edit, 'e');
|
||||
|
Reference in New Issue
Block a user