forked from qt-creator/qt-creator
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:
@@ -449,6 +449,7 @@ void QmlCppEngine::shutdownInferior()
|
|||||||
void QmlCppEngine::shutdownEngine()
|
void QmlCppEngine::shutdownEngine()
|
||||||
{
|
{
|
||||||
EDEBUG("\nMASTER SHUTDOWN ENGINE");
|
EDEBUG("\nMASTER SHUTDOWN ENGINE");
|
||||||
|
m_qmlEngine->shutdownSlaveEngine();
|
||||||
m_cppEngine->shutdownSlaveEngine();
|
m_cppEngine->shutdownSlaveEngine();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user