diff options
author | Ulf Hermann <[email protected]> | 2022-01-10 16:53:05 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2022-01-15 14:22:42 +0100 |
commit | f73e294472906077556e13ca10df185300c2450f (patch) | |
tree | fece290b38c3d3d4b047b90692a296eabc345905 /src/qml/jsruntime/qv4executablecompilationunit_p.h | |
parent | 2715d67f53efc916f212022572fa639d7704b43c (diff) |
Remove the qml_sequence_object feature flag
QML sequences are required for named lists of value types. The original
reason for the introduction of this feature was the template code
explosion caused by the way the sequence types were registered in Qt5.
As we register them differently now, the code size overhead should be
smaller. It makes very little sense to switch sequence types off these
days.
[ChangeLog][QtQml][Important Behavior Changes] The qml_sequence_object
feature flag has been removed. Omitting sequences from the QML language
does not make much sense now that we use them for lists of value types.
The original reason to allow it was that the sequence support took up a
lot of space in the binary. This is not the case anymore since 6.0.
Change-Id: I2f1d43cdd29ba63853316b06113cb49ed30aa410
Reviewed-by: Joerg Bornemann <[email protected]>
Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4executablecompilationunit_p.h')
0 files changed, 0 insertions, 0 deletions