diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-11 10:36:08 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:38 -0600 |
commit | ec072ced1e48cccbdd2275d7b910ad29efb0f2d0 (patch) | |
tree | 8d3129ade9cff19ef5c545daf999b716877dd615 /qobject.h | |
parent | d30ec846ed89672426b19d50a899ae849ec27edf (diff) |
Add a QFloat datatype
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qobject.h')
-rw-r--r-- | qobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ typedef enum { QTYPE_QSTRING, QTYPE_QDICT, QTYPE_QLIST, + QTYPE_QFLOAT, } qtype_code; struct QObject; |