forked from qt-creator/qt-creator
QML JS Debugger: Be able to expand objects
This commit is contained in:
@@ -130,6 +130,7 @@ public:
|
||||
|
||||
public:
|
||||
int source; // Originated from dumper or symbol evaluation? (CDB only)
|
||||
quint64 objectId; // Object id used for the QMLEngine
|
||||
int state;
|
||||
bool changed;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user