diff options
author | Aurindam Jana <aurindam.jana@nokia.com> | 2012-03-26 17:30:57 +0200 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-03-28 13:06:10 +0200 |
commit | aea3297932dccdfba66b92497c91cc0b1998017a (patch) | |
tree | b77759e498443af59ae8e5640efc47bbcf93ca4e /src/plugins/debugger/qml/qmlcppengine.cpp | |
parent | a26db1529f6d11e4c61a431fb8092242fda1b074 (diff) | |
download | qt-creator-aea3297932dccdfba66b92497c91cc0b1998017a.tar.gz |
QmlJSInspector: Reposition the Tool Bar
Change-Id: I529f976e90fef1670e65b650525b6f31e8b8f397
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.cpp')
-rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.cpp b/src/plugins/debugger/qml/qmlcppengine.cpp index 2ee94881b6..d2115b9c45 100644 --- a/src/plugins/debugger/qml/qmlcppengine.cpp +++ b/src/plugins/debugger/qml/qmlcppengine.cpp @@ -268,7 +268,7 @@ bool QmlCppEngine::acceptsBreakpoint(BreakpointModelId id) const void QmlCppEngine::selectThread(int index) { - d->m_cppEngine->selectThread(index); + d->m_activeEngine->selectThread(index); } void QmlCppEngine::assignValueInDebugger(const WatchData *data, |