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:
Thomas Hartmann
2016-07-13 11:37:41 +02:00
parent 64dfb6f0e1
commit 137dee313a

View File

@@ -219,11 +219,9 @@ void tst_TestCore::cleanupTestCase()
void tst_TestCore::init()
{
QApplication::processEvents();
}
void tst_TestCore::cleanup()
{
QApplication::processEvents();
}
void tst_TestCore::testModelCreateCoreModel()