From f7e6b1927f00631b1a2bf59e597ea4640dbddb31 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 11 Nov 2009 10:37:39 -0600 Subject: Add a QBool type Signed-off-by: Anthony Liguori --- qobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qobject.h') diff --git a/qobject.h b/qobject.h index 67b03d089c..2270ec1d73 100644 --- a/qobject.h +++ b/qobject.h @@ -42,6 +42,7 @@ typedef enum { QTYPE_QDICT, QTYPE_QLIST, QTYPE_QFLOAT, + QTYPE_QBOOL, } qtype_code; struct QObject; -- cgit v1.2.1