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:
Simjees Abraham
2012-05-21 14:25:46 +02:00
committed by Christiaan Janssen
parent 0d6c47e447
commit ad81c9823b
5 changed files with 15 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ private slots:
void onUpdateOnSaveChanged(const QVariant &value);
void onReload();
void onReloaded();
void onDestroyedObject();
private:
void setActiveEngineClient(QmlDebug::BaseEngineDebugClient *client);