diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 11:01:36 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 11:01:36 (GMT) |
commit | 7bfee916ec053fa0b4092c7f9ed635376e58abe1 (patch) | |
tree | 02eeba67498d88a216f612d8107ed01fd1feb510 /src/declarative/qml/qmlexpression.h | |
parent | 3a69c01af5f85522cc241dd95429aa87a78dc964 (diff) | |
download | Qt-7bfee916ec053fa0b4092c7f9ed635376e58abe1.zip Qt-7bfee916ec053fa0b4092c7f9ed635376e58abe1.tar.gz Qt-7bfee916ec053fa0b4092c7f9ed635376e58abe1.tar.bz2 |
Track expression evaluation when debugging is enabled
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 4f9502b..0ab5d9c 100644 --- a/src/declarative/qml/qmlexpression.h +++ b/src/declarative/qml/qmlexpression.h @@ -85,6 +85,7 @@ protected: private: friend class BindExpressionProxy; + friend class QmlDebugger; QmlExpressionPrivate *d; }; |