aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qmltoolsclient.h
diff options
context:
space:
mode:
authorSimjees Abraham <[email protected]>2012-05-21 14:25:46 +0200
committerChristiaan Janssen <[email protected]>2012-05-21 14:55:06 +0200
commitad81c9823b15f3b300458cd9578f6a211d9b7446 (patch)
treee42b2f17ea850bed928fa47d80e836968eb916aa /src/libs/qmldebug/qmltoolsclient.h
parent0d6c47e447260727b5335eebd0e985dab09cde04 (diff)
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 <[email protected]>
Diffstat (limited to 'src/libs/qmldebug/qmltoolsclient.h')
-rw-r--r--src/libs/qmldebug/qmltoolsclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmldebug/qmltoolsclient.h b/src/libs/qmldebug/qmltoolsclient.h
index 35327385adc..219d8367dd8 100644
--- a/src/libs/qmldebug/qmltoolsclient.h
+++ b/src/libs/qmldebug/qmltoolsclient.h
@@ -83,6 +83,7 @@ private:
int m_requestId;
qreal m_slowDownFactor;
int m_reloadQueryId;
+ int m_destroyObjectQueryId;
};
} // namespace QmlDebug