mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Add a QFloat datatype
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
d30ec846ed
commit
ec072ced1e
4 changed files with 108 additions and 2 deletions
|
|
@ -41,6 +41,7 @@ typedef enum {
|
|||
QTYPE_QSTRING,
|
||||
QTYPE_QDICT,
|
||||
QTYPE_QLIST,
|
||||
QTYPE_QFLOAT,
|
||||
} qtype_code;
|
||||
|
||||
struct QObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue