forked from qt-creator/qt-creator
QmlDesigner.Tests: remove unnecessary processEvents
- it does not change anything nor behavior nor speed Change-Id: I9c2cc58eb07a9a432c3fe4fe45daca78e6f29cc0 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -219,11 +219,9 @@ void tst_TestCore::cleanupTestCase()
|
|||||||
|
|
||||||
void tst_TestCore::init()
|
void tst_TestCore::init()
|
||||||
{
|
{
|
||||||
QApplication::processEvents();
|
|
||||||
}
|
}
|
||||||
void tst_TestCore::cleanup()
|
void tst_TestCore::cleanup()
|
||||||
{
|
{
|
||||||
QApplication::processEvents();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void tst_TestCore::testModelCreateCoreModel()
|
void tst_TestCore::testModelCreateCoreModel()
|
||||||
|
Reference in New Issue
Block a user