qemu/qobject
Markus Armbruster 4ac76ba414 qobject: Make QString immutable
The functions to modify a QString's string are all unused now.  Drop
them, and make the string immutable.  Saves 16 bytes per QString on my
system.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-21-armbru@redhat.com>
2020-12-19 10:39:41 +01:00
..
block-qdict.c
json-lexer.c
json-parser-int.h
json-parser.c json: Use GString instead of QString to accumulate strings 2020-12-19 10:39:23 +01:00
json-streamer.c
json-writer.c qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
meson.build qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
qbool.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qdict.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qjson.c qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
qlist.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qlit.c
qnull.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qnum.c qobject: Factor JSON writer out of qobject_to_json() 2020-12-19 10:39:16 +01:00
qobject-internal.h qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qobject.c qobject: Move internals to qobject-internal.h 2020-12-19 10:38:43 +01:00
qstring.c qobject: Make QString immutable 2020-12-19 10:39:41 +01:00