aboutsummaryrefslogtreecommitdiff
path: root/qobject.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-11-11 10:36:08 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2009-11-17 08:49:38 -0600
commitec072ced1e48cccbdd2275d7b910ad29efb0f2d0 (patch)
tree8d3129ade9cff19ef5c545daf999b716877dd615 /qobject.h
parentd30ec846ed89672426b19d50a899ae849ec27edf (diff)
Add a QFloat datatype
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qobject.h')
-rw-r--r--qobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject.h b/qobject.h
index 76f669f95d..67b03d089c 100644
--- a/qobject.h
+++ b/qobject.h
@@ -41,6 +41,7 @@ typedef enum {
QTYPE_QSTRING,
QTYPE_QDICT,
QTYPE_QLIST,
+ QTYPE_QFLOAT,
} qtype_code;
struct QObject;