From 83ff62aa13512b0a8f9f46e4eb7d1a7d5745d0fb Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 6 Nov 2017 17:19:35 +0100 Subject: Debugger: Synchronize slave engine inferior setup phases again This reverts most of 4977c915 and applies the same pattern for setupEngine. Turns out that the removal was premature due to the special needs of Android setup. Task-number: QTCREATORBUG-19199 Change-Id: I4e2ff4f34a842f3296999a0651e7e8fd6470198c Reviewed-by: Vikas Pachdha Reviewed-by: Christian Stenger --- src/plugins/debugger/qml/qmlcppengine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp') diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index 7554a68d8b..27bcdb3f28 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -374,8 +374,8 @@ void QmlCppEngine::setupEngine() void QmlCppEngine::setupInferior() { EDEBUG("\nMASTER SETUP INFERIOR"); - m_qmlEngine->setupInferior(); - m_cppEngine->setupInferior(); + m_qmlEngine->setupSlaveInferior(); + m_cppEngine->setupSlaveInferior(); } void QmlCppEngine::runEngine() -- cgit v1.2.1