From ec072ced1e48cccbdd2275d7b910ad29efb0f2d0 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 11 Nov 2009 10:36:08 -0600 Subject: Add a QFloat datatype Signed-off-by: Anthony Liguori --- qobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject.h') 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; -- cgit v1.2.3-55-g7522