summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/kernel.pri
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-03-03 10:54:40 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2020-03-03 14:14:00 +0100
commitcf000d080c61cde44bd84e53ee018f36e33b7257 (patch)
tree9110090fa532c4fbe165473b3dae3fde4f363071 /src/corelib/kernel/kernel.pri
parent2f2d870fdd1e99d27fda6fa986f7de8a17ad0edf (diff)
QMetaType: support manual unregistration
QtDeclarative registers types in plugins, and supports un- and reloading those plugins. Those types would leave pointers to unmapped memory in the type registry on macOs, which would later cause crashes. We therefore add private API to manually remove the types from the registry, which can then be used in declarative. Lastly, as a precaution for re-registering the types, we reset QMetaTypeInterface::typeId to 0, as the memory is most likely not reset to 0 when reloading the plugin. Change-Id: Ic3fc08759f3d4481dca44a91b33baf3ea9e7198e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/corelib/kernel/kernel.pri')
0 files changed, 0 insertions, 0 deletions