mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
possible tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers() test fix
upstream commits:384eec86e5
52484cc4b6
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5f019dbd1a
commit
df0e4d7a30
2 changed files with 3 additions and 1 deletions
2
README
2
README
|
@ -88,7 +88,7 @@ QTBUG-12564, QTBUG-20028, QTBUG-71967, QTBUG-70956, QTBUG-71446, QTBUG-61307,
|
|||
QTBUG-27287, QTBUG-25143, QTBUG-22833, QTBUG-57399, QTBUG-59159, QTBUG-15773,
|
||||
QTBUG-70506, QTBUG-46054, QTBUG-11223, QTBUG-63108, QTBUG-6932, QTBUG-42365,
|
||||
QTBUG-83817, QTBUG-4341, QTBUG-36933, QTBUG-49113, QTBUG-69920, QTBUG-40015,
|
||||
QTBUG-54942, QTBUG-91261, QTBUG-73445
|
||||
QTBUG-54942, QTBUG-91261, QTBUG-73445, QTBUG-21098
|
||||
|
||||
Unless you use QMake and QDoc porting to Katie or even supporting it along with
|
||||
Qt4 in the same codebase is trivial and requires only minor changes because
|
||||
|
|
|
@ -1649,6 +1649,8 @@ void tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers()
|
|||
listWidget.show();
|
||||
listWidget.setCurrentItem(item);
|
||||
QTest::qWaitForWindowShown(&listWidget);
|
||||
listWidget.setFocus();
|
||||
QCOMPARE(qApp->focusWidget(), &listWidget);
|
||||
|
||||
QTest::keyClick(listWidget.viewport(), Qt::Key_C);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue