forked from qt-creator/qt-creator
QmlJSInspector: Reposition the Tool Bar
Change-Id: I529f976e90fef1670e65b650525b6f31e8b8f397 Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user