forked from qt-creator/qt-creator
Debugger: Response for DESTROY_OBJECT message is used.
Response for DESTROY_OBJECT message is used to refresh the object tree such that the destroyed object is not shown in the tree view. Change-Id: I32d72fa75bbdca6c63551e71395816597dcc0b75 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
committed by
Christiaan Janssen
parent
0d6c47e447
commit
ad81c9823b
@@ -99,6 +99,7 @@ private slots:
|
||||
void onUpdateOnSaveChanged(const QVariant &value);
|
||||
void onReload();
|
||||
void onReloaded();
|
||||
void onDestroyedObject();
|
||||
|
||||
private:
|
||||
void setActiveEngineClient(QmlDebug::BaseEngineDebugClient *client);
|
||||
|
||||
Reference in New Issue
Block a user