aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2024-08-09 11:38:55 +0200
committerUlf Hermann <ulf.hermann@qt.io>2024-08-12 12:34:31 +0200
commit7c404391c3971a7d20a6a64f25a7c89d65fab9db (patch)
treef05ab89258b3db96a44cfe3750e6fac3edae8b30 /tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
parent04984f49cd2801a7817365e523f1f3996071d9ff (diff)
QQmlObjectModel: Do not store attached objects in global static
This is rather dangerous. The global static is not protected in any way against concurrent access. However, we already have a place to store attached objects. The base object's QQmlData. Just use that. Pick-to: 6.8 Task-number: QTBUG-124345 Change-Id: I5f254e640f836016564f297d2f39ea40e037acd8 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp')
0 files changed, 0 insertions, 0 deletions