BlackBerry: Fix QDoubleSpinBox autotests
Change-Id: I380e983294c4467ad79f0835c05387a0ee155eb5 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
This commit is contained in:
parent
56da768c59
commit
3cc84f210a
@ -825,6 +825,8 @@ void tst_QDoubleSpinBox::editingFinished()
|
||||
QCOMPARE(editingFinishedSpy1.count(), 4);
|
||||
QCOMPARE(editingFinishedSpy2.count(), 4);
|
||||
|
||||
testFocusWidget->show(); // On BlackBerry this is our root window we need to show it again
|
||||
// otherwise subsequent tests will fail
|
||||
}
|
||||
|
||||
void tst_QDoubleSpinBox::removeAll()
|
||||
|
Loading…
Reference in New Issue
Block a user