summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlengine.cpp')
-rw-r--r--src/declarative/qml/qmlengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine.cpp b/src/declarative/qml/qmlengine.cpp
index 5a10c3b..ce2a2ee 100644
--- a/src/declarative/qml/qmlengine.cpp
+++ b/src/declarative/qml/qmlengine.cpp
@@ -164,6 +164,8 @@ void QmlEnginePrivate::init()
qmlEngineDebugServer();
isDebugging = true;
QmlEngineDebugServer::addEngine(q);
+
+ qmlEngineDebugServer()->waitForClients();
}
}