forked from qt-creator/qt-creator
Debugger: Split update/expand paths also in mixed engine
Change-Id: Ic341e4a3e974cfde3fbf4afd8cef41080b922067 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -122,6 +122,14 @@ void QmlCppEngine::updateItem(const QByteArray &iname)
|
||||
m_activeEngine->updateItem(iname);
|
||||
}
|
||||
|
||||
void QmlCppEngine::expandItem(const QByteArray &iname)
|
||||
{
|
||||
if (iname.startsWith("inspect."))
|
||||
m_qmlEngine->expandItem(iname);
|
||||
else
|
||||
m_activeEngine->expandItem(iname);
|
||||
}
|
||||
|
||||
void QmlCppEngine::selectWatchData(const QByteArray &iname)
|
||||
{
|
||||
if (iname.startsWith("inspect."))
|
||||
|
||||
Reference in New Issue
Block a user