forked from qt-creator/qt-creator
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:
committed by
Aurindam Jana
parent
30a6beaec0
commit
bd5fe5243b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user