aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shadereffects/main.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <[email protected]>2025-05-02 09:50:37 +0200
committerFabian Kosmale <[email protected]>2025-05-02 16:02:32 +0200
commit3c347cc0a1f1a514a8b849ecbad5cab31bdd00b3 (patch)
tree7e3acc76a4e84dd1210dba4852033a32188ca8c7 /examples/quick/shadereffects/main.cpp
parent4f57e20f254d40081b56a174c4fdae16a1fcfb07 (diff)
QQmlComponent::loadFromModule: Fix crash with dynamic metaobjectsHEADdev
If an object has a dynamic meta-object (e.g. because it has been extended with additional enums), we can no longer create a property cache. This could have caused a null-poninter dereference; avoid this by checking for nullptr. We currently don't do any checks at all in that case; finding a better solution is tracked in QTBUG-136560. Pick-to: 6.9 6.8 Change-Id: I678cf9908d5bbec50e133a462f7f4c813dca44dd Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'examples/quick/shadereffects/main.cpp')
0 files changed, 0 insertions, 0 deletions