diff options
| author | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2015-11-10 16:26:41 +0100 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@theqtcompany.com> | 2015-12-09 12:06:32 +0000 |
| commit | 3158981ba5e54217723fae560c743418d663e28e (patch) | |
| tree | 39c86f16f40a8822e43a62ef2b071d780d670285 /src/plugins/debugger/qml/qmlcppengine.cpp | |
| parent | 33651877d83cf2ec9f562d1fa3dd9c726944c0dd (diff) | |
| download | qt-creator-3158981ba5e54217723fae560c743418d663e28e.tar.gz | |
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>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
| -rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index f767cd31e1..21db660a95 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -451,7 +451,6 @@ void QmlCppEngine::shutdownEngine() { EDEBUG("\nMASTER SHUTDOWN ENGINE"); m_cppEngine->shutdownSlaveEngine(); - debuggerConsole()->setScriptEvaluator(ScriptEvaluator()); } void QmlCppEngine::quitDebugger() |
