]> git.proxmox.com Git - qemu.git/blobdiff - qobject.h
Update version and changelog for release
[qemu.git] / qobject.h
index 76f669f95d2667e0f7694cedc307ab595a2349ca..07de211ef0436190806578e74131fcff9e0a453d 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -41,6 +41,9 @@ typedef enum {
     QTYPE_QSTRING,
     QTYPE_QDICT,
     QTYPE_QLIST,
+    QTYPE_QFLOAT,
+    QTYPE_QBOOL,
+    QTYPE_QERROR,
 } qtype_code;
 
 struct QObject;