qt5base-lts/tests/auto/corelib/kernel/qmetaobjectbuilder
Lars Knoll e58b44d557 Change representation of string data in the meta object
Don't store our string data as QByteArrayLiterals anymore, but revert
back to simply storing them as an array of char* and offsets into that
array.

This is required to be able to inline size and begin into QByteArray
itself. Once that change is done, we can then avoid creating copies of
the string data again.

Change-Id: I362a54581caefdb1b3da4a7ab922d37e2e63dc02
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-08 18:19:58 +01:00
..
qmetaobjectbuilder.pro macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
tst_qmetaobjectbuilder.cpp Change representation of string data in the meta object 2019-12-08 18:19:58 +01:00