Debugger: Change in response for message "destroyObject".

Response for "destroyObject" now has the debugId of the
destroyed object. This is used to fetch the parent object rather
than querying the engine context.

Change-Id: I2e5b7650cbe847117cce6952206dd479ee696f0e
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Simjees Abraham
2012-05-25 09:33:02 +02:00
committed by Aurindam Jana
parent 30a6beaec0
commit bd5fe5243b
6 changed files with 32 additions and 8 deletions

View File

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