Debugger: Shut down QML engine on QmlCppEngine::shutdownEngine()

Otherwise the console's script evaluator is not removed.

Change-Id: I0092e8571d6d44b208167a7bf6bc2a929055e09c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Ulf Hermann
2017-01-05 15:23:44 +01:00
parent 9ef6cb1a34
commit dcf19a10c6

View File

@@ -449,6 +449,7 @@ void QmlCppEngine::shutdownInferior()
void QmlCppEngine::shutdownEngine()
{
EDEBUG("\nMASTER SHUTDOWN ENGINE");
m_qmlEngine->shutdownSlaveEngine();
m_cppEngine->shutdownSlaveEngine();
}