BlackBerry: Fix QDoubleSpinBox autotests

Change-Id: I380e983294c4467ad79f0835c05387a0ee155eb5
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
This commit is contained in:
Fabian Bumberger 2014-04-10 19:21:17 +02:00 committed by The Qt Project
parent 56da768c59
commit 3cc84f210a

View File

@ -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()