qobject: Drop QObject_HEAD
commitc7c462123cfc3b62d325fd75be9c595b055797db
authorMarkus Armbruster <armbru@redhat.com>
Thu, 15 Oct 2015 14:15:32 +0000 (15 16:15 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 29 Oct 2015 13:34:44 +0000 (29 14:34 +0100)
tree54e15b5deb29284a5162804028a4de863a2b5192
parent7bc8e0c967a4ef77657174d28af775691e18b4ce
qobject: Drop QObject_HEAD

QObject_HEAD is a macro expanding into the common part of structs that
are sub-types of QObject.  It's always been just QObject base, and
unlikely to change.  Drop the macro, because the code is clearer with
out it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1444918537-18107-2-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
include/qapi/qmp/qbool.h
include/qapi/qmp/qdict.h
include/qapi/qmp/qfloat.h
include/qapi/qmp/qint.h
include/qapi/qmp/qlist.h
include/qapi/qmp/qobject.h
include/qapi/qmp/qstring.h