summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlenginedebug_p.h
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-21 00:20:57 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-21 00:20:57 (GMT)
commit110c58a20f3158143d83ebea4f2ece4f7925f913 (patch)
tree1158730a379963ede7c8d9864dd05219803f00ab /src/declarative/qml/qmlenginedebug_p.h
parent85fe2b6ece1e590199bcf7960c1a40e816e81105 (diff)
downloadQt-110c58a20f3158143d83ebea4f2ece4f7925f913.zip
Qt-110c58a20f3158143d83ebea4f2ece4f7925f913.tar.gz
Qt-110c58a20f3158143d83ebea4f2ece4f7925f913.tar.bz2
Give more info about whether a value is null and its value type.
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 9ad198a..075a711 100644
--- a/src/declarative/qml/qmlenginedebug_p.h
+++ b/src/declarative/qml/qmlenginedebug_p.h
@@ -85,6 +85,7 @@ public:
Type type;
QString name;
QVariant value;
+ QString valueTypeName;
QString binding;
bool hasNotifySignal;
};