]> git.proxmox.com Git - qemu.git/blobdiff - qobject.h
Introduce QDict
[qemu.git] / qobject.h
index d4eeb3f6c31e37603b2623b82eff2c12e1eb41bf..39b86493e97886921811b1fc759792ff7eb2bcd1 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -39,6 +39,7 @@ typedef enum {
     QTYPE_NONE,
     QTYPE_QINT,
     QTYPE_QSTRING,
+    QTYPE_QDICT,
 } qtype_code;
 
 struct QObject;