qemu/qobject
Eric Blake 1310a3d3bd qobject: Rename qtype_code to QType
The name QType matches our CODING_STYLE conventions for type names
in CamelCase.  It also matches the fact that we are already naming
all the enum members with a prefix of QTYPE, not QTYPE_CODE.  And
doing the rename will also make it easier for the next patch to use
QAPI for providing the enum, which also wants CamelCase type names.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1449033659-25497-3-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2015-12-17 08:21:28 +01:00
..
json-lexer.c qjson: replace QString in JSONLexer with GString 2015-11-26 09:31:22 +01:00
json-parser.c qjson: surprise, allocating 6 QObjects per token is expensive 2015-11-26 10:07:07 +01:00
json-streamer.c qjson: Limit number of tokens in addition to total size 2015-11-26 10:07:07 +01:00
Makefile.objs qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qbool.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qdict.c qobject: Rename qtype_code to QType 2015-12-17 08:21:28 +01:00
qfloat.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qint.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qjson.c qjson: store tokens in a GQueue 2015-11-26 10:07:07 +01:00
qlist.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qnull.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qobject.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00
qstring.c qobject: Simplify QObject 2015-12-17 08:21:28 +01:00