forked from qt-creator/qt-creator
QmlJSInspector: Show root in property inspector
Change-Id: I281ef1f74e8d8128b91c426057c4d727a77543a6 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
250b612dd0
commit
16d5b5165c
@@ -97,6 +97,7 @@ public:
|
||||
quint32 fetchContextObject(const QmlDebugObjectReference& obj);
|
||||
void addObjectToTree(const QmlDebugObjectReference &obj);
|
||||
void fetchContextObjectRecursive(const QmlDebugContextReference &context, bool clear);
|
||||
void insertObjectInTreeIfNeeded(const QmlDebugObjectReference &object);
|
||||
|
||||
signals:
|
||||
void objectTreeUpdated();
|
||||
|
||||
Reference in New Issue
Block a user