diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-08 02:22:17 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-08 02:22:17 (GMT) |
commit | 242410e288280b9bcf8f3b68fa362be44e4c8813 (patch) | |
tree | 789c1acc04f434aa81138705dc8df5f23046ac1a /src/declarative/qml/qmlexpression.h | |
parent | bc20e3e0325f0f3395a6a2012cd263a724576ba1 (diff) | |
download | Qt-242410e288280b9bcf8f3b68fa362be44e4c8813.zip Qt-242410e288280b9bcf8f3b68fa362be44e4c8813.tar.gz Qt-242410e288280b9bcf8f3b68fa362be44e4c8813.tar.bz2 |
Tweak debugger watches
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r-- | src/declarative/qml/qmlexpression.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h index 0ab5d9c..bb6980a 100644 --- a/src/declarative/qml/qmlexpression.h +++ b/src/declarative/qml/qmlexpression.h @@ -80,6 +80,7 @@ public: QObject *scopeObject() const; + quint32 id() const; protected: virtual void valueChanged(); |