forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8' into HEAD
This commit is contained in:
@@ -656,6 +656,9 @@ void QmlEngine::shutdownInferior()
|
||||
|
||||
void QmlEngine::shutdownEngine()
|
||||
{
|
||||
if (m_adapter.activeDebuggerClient())
|
||||
m_adapter.activeDebuggerClient()->resetSession();
|
||||
|
||||
if (qmlConsoleManager())
|
||||
qmlConsoleManager()->setScriptEvaluator(0);
|
||||
m_noDebugOutputTimer.stop();
|
||||
|
||||
Reference in New Issue
Block a user