forked from qt-creator/qt-creator
QML/JS Console: Update context
Update context from QML object tree or the stack frame depending upon debugger engine state. Change-Id: I4e6affba37acc016513ad95cd278a400aaa18c49 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -102,7 +102,7 @@ signals:
|
||||
void propertyChanged(int debugId, const QByteArray &propertyName,
|
||||
const QVariant &propertyValue);
|
||||
void automaticUpdateFailed();
|
||||
void jumpToObjectDefinition(const QmlDebug::FileReference &objSource);
|
||||
void jumpToObjectDefinition(const QmlDebug::FileReference &objSource, int debugId);
|
||||
|
||||
private slots:
|
||||
void updateStatus();
|
||||
|
||||
Reference in New Issue
Block a user