Debugger: Don't reset script evaluator in QmlCppEngine

If we don't set it, we shouldn't delete it, either. The QML slave
engine will handle that.

Change-Id: Idef54e6bbb4124ed195d88a367ef07c9bb8f6b3d
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-11-10 16:26:41 +01:00
parent 33651877d8
commit 3158981ba5

View File

@@ -451,7 +451,6 @@ void QmlCppEngine::shutdownEngine()
{
EDEBUG("\nMASTER SHUTDOWN ENGINE");
m_cppEngine->shutdownSlaveEngine();
debuggerConsole()->setScriptEvaluator(ScriptEvaluator());
}
void QmlCppEngine::quitDebugger()