aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/debugutil.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-03-30 09:42:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-30 11:17:38 +0200
commit831c2bf6385177183b70052ec00a1666dbc61da6 (patch)
tree2f1dfcb9ad46af8ca8511d1efca8cd1b657c64d5 /tests/auto/qml/debugger/shared/debugutil.cpp
parentbb5afc485d68b2ef779f858d461160c0634c3020 (diff)
Debugger: Fix v8profiler failures on mac
Make the test more robust. Change-Id: Id4e5d25e9f9cb0bdbe14670a060d7348bceeb823 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/shared/debugutil.cpp')
-rw-r--r--tests/auto/qml/debugger/shared/debugutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/shared/debugutil.cpp b/tests/auto/qml/debugger/shared/debugutil.cpp
index ac9fa5fae2..13dcad1166 100644
--- a/tests/auto/qml/debugger/shared/debugutil.cpp
+++ b/tests/auto/qml/debugger/shared/debugutil.cpp
@@ -123,7 +123,7 @@ bool QQmlDebugProcess::waitForSessionStart()
qWarning() << "Could not start up " << m_executable;
return false;
}
- m_eventLoop.exec(QEventLoop::ExcludeUserInputEvents);
+ m_eventLoop.exec();
return m_started;
}