diff options
author | hjk <hjk@theqtcompany.com> | 2015-03-04 17:43:59 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-03-05 07:23:02 +0000 |
commit | e79808a8f7b3a38bdd0b9709cd6796e941ee3003 (patch) | |
tree | b33ed2310bbd8ecb2b475056f73125fe720659ae /src/plugins/debugger/qml/qmlcppengine.cpp | |
parent | 54da18eaaa2da91aaa3e6f7fba351a22b7a4693e (diff) | |
download | qt-creator-e79808a8f7b3a38bdd0b9709cd6796e941ee3003.tar.gz |
Debugger: Don't show a location marker in the mixed master engine
Task-number: QTCREATORBUG-14087
Change-Id: I7e8f116c97cdea0bd8234d060d068435229e6fc2
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index 08bfb8cf0d..f2a5b82ab9 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -773,11 +773,6 @@ void QmlCppEngine::debugLastCommand() m_cppEngine->debugLastCommand(); } -DebuggerEngine *QmlCppEngine::cppEngine() const -{ - return m_cppEngine; -} - DebuggerEngine *QmlCppEngine::qmlEngine() const { return m_qmlEngine; |