forked from qt-creator/qt-creator
Qml JS Inspector: Added context crumble path as a dock widget
The crumble path shows the current context of the debugger/inspector.
This commit is contained in:
@@ -104,6 +104,10 @@ void QmlJSDesignDebugClient::messageReceived(const QByteArray &message)
|
||||
QColor col;
|
||||
ds >> col;
|
||||
emit selectedColorChanged(col);
|
||||
} else if (type == "CONTEXT_PATH_UPDATED") {
|
||||
QStringList contextPath;
|
||||
ds >> contextPath;
|
||||
emit contextPathUpdated(contextPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user