summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlenginedebug_p.h
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-09-24 06:19:56 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-09-24 06:19:56 (GMT)
commitf1e06cdd804934ff8c0b350b41d3d7187a21560c (patch)
tree8cc7053f90d6155f0336e7ac808e21081f48d9c3 /src/declarative/qml/qmlenginedebug_p.h
parentca244487b4ecc71f14ef6e0d371e848620b15b8d (diff)
downloadQt-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.h1
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 *);