|
@@ -96,8 +96,13 @@ typedef struct QemuSpin QemuSpin;
|
|
|
typedef struct QEMUSGList QEMUSGList;
|
|
|
typedef struct QEMUTimer QEMUTimer;
|
|
|
typedef struct QEMUTimerListGroup QEMUTimerListGroup;
|
|
|
-typedef struct QObject QObject;
|
|
|
+typedef struct QBool QBool;
|
|
|
+typedef struct QDict QDict;
|
|
|
+typedef struct QList QList;
|
|
|
typedef struct QNull QNull;
|
|
|
+typedef struct QNum QNum;
|
|
|
+typedef struct QObject QObject;
|
|
|
+typedef struct QString QString;
|
|
|
typedef struct RAMBlock RAMBlock;
|
|
|
typedef struct Range Range;
|
|
|
typedef struct SerialState SerialState;
|