diff options
Diffstat (limited to 'src/declarative/qml/qmlengine.cpp')
| -rw-r--r-- | src/declarative/qml/qmlengine.cpp | 2 |
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(); } } |
