diff options
Diffstat (limited to 'qobject.h')
| -rw-r--r-- | qobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qobject.h b/qobject.h index 76f669f95d..67b03d089c 100644 --- a/qobject.h +++ b/qobject.h @@ -41,6 +41,7 @@ typedef enum { QTYPE_QSTRING, QTYPE_QDICT, QTYPE_QLIST, + QTYPE_QFLOAT, } qtype_code; struct QObject; |