diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-09-24 06:19:56 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-09-24 06:19:56 (GMT) |
commit | f1e06cdd804934ff8c0b350b41d3d7187a21560c (patch) | |
tree | 8cc7053f90d6155f0336e7ac808e21081f48d9c3 /src/declarative/qml/qmlenginedebug_p.h | |
parent | ca244487b4ecc71f14ef6e0d371e848620b15b8d (diff) | |
download | Qt-f1e06cdd804934ff8c0b350b41d3d7187a21560c.zip Qt-f1e06cdd804934ff8c0b350b41d3d7187a21560c.tar.gz Qt-f1e06cdd804934ff8c0b350b41d3d7187a21560c.tar.bz2 |
Indicate which properties are watchable and use bold text instead of
coloured text for watched properties.
Diffstat (limited to 'src/declarative/qml/qmlenginedebug_p.h')
-rw-r--r-- | src/declarative/qml/qmlenginedebug_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlenginedebug_p.h b/src/declarative/qml/qmlenginedebug_p.h index f935c04..e2f903c 100644 --- a/src/declarative/qml/qmlenginedebug_p.h +++ b/src/declarative/qml/qmlenginedebug_p.h @@ -86,6 +86,7 @@ public: QString name; QVariant value; QString binding; + bool hasNotifySignal; }; static void addEngine(QmlEngine *); |