]> git.proxmox.com Git - qemu.git/blobdiff - qobject.h
Introduce QList
[qemu.git] / qobject.h
index dcc8c638e538cc4f53952e0ad747e1145efc3bbe..4cc928770db2ee529edb11afb6037792c2e8479c 100644 (file)
--- a/qobject.h
+++ b/qobject.h
@@ -40,6 +40,7 @@ typedef enum {
     QTYPE_QINT,
     QTYPE_QSTRING,
     QTYPE_QDICT,
+    QTYPE_QLIST,
 } qtype_code;
 
 struct QObject;