diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2017-10-15 00:23:08 +0300 |
---|---|---|
committer | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2017-10-15 00:23:08 +0300 |
commit | 7a04014f9f9ef7e36e3631022bf26b6b810e473e (patch) | |
tree | 181784c7760921e6f873e1005e9d6b133493c2b7 /src/plugins/debugger/qml/qmlengine.cpp | |
parent | 5a7a8cbf74144768a11f99893108a7845b99ce1a (diff) | |
parent | b67bf73dc7d3bfb61cd0dc36e41cc20a1f1e0fc4 (diff) | |
download | qt-creator-7a04014f9f9ef7e36e3631022bf26b6b810e473e.tar.gz |
Merge remote-tracking branch 'origin/4.5'
Change-Id: I2d78020f10aa66fdded63883030313e0c411ce02
Diffstat (limited to 'src/plugins/debugger/qml/qmlengine.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 0783dc258d..a9574117d8 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -335,7 +335,7 @@ void QmlEngine::handleLauncherStarted() { // FIXME: The QmlEngine never calls notifyInferiorPid() triggering the // raising, so do it here manually for now. - runControl()->applicationProcessHandle().activate(); + runTool()->runControl()->applicationProcessHandle().activate(); tryToConnect(); } |