summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-07-13 11:37:41 +0200
committerThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-07-13 11:52:23 +0000
commit137dee313ac499caa8f5aecd6abf76a994d44b15 (patch)
tree35ac3a7b539d35355b7807943df9bdc849e014a5 /tests
parent64dfb6f0e18378af16ee23c00c58d1964584ddb6 (diff)
downloadqt-creator-137dee313ac499caa8f5aecd6abf76a994d44b15.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
index 4953895df6..b946c9774b 100644
--- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
@@ -219,11 +219,9 @@ void tst_TestCore::cleanupTestCase()
void tst_TestCore::init()
{
- QApplication::processEvents();
}
void tst_TestCore::cleanup()
{
- QApplication::processEvents();
}
void tst_TestCore::testModelCreateCoreModel()