qtdeclarative/tests/auto/qml/qmlcppcodegen
Ulf Hermann ec79af7396 DelegateModel: Use actual bindings for required properties
Tracking the change signals is brittle and error prone. We have bindings
for this case. Let's use them. We can construct a synthetic
QV4::Function that contains its own QQmlJSAotFunction. In order to pass
the property index to the function we generalize the "index" property of
QQmlJSAotFunction to contain any extra data the function may want to
use. If there is no compilation unit, we pass that instead.

Fixes: QTBUG-91649
Change-Id: I0758bcc4964a48c6818d18bfb0972e67dbc16a1f
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-04-11 14:12:09 +02:00
..
data QmlCompiler: Fix scopeObjectDestruction test case on android 2022-04-11 12:12:09 +00:00
CMakeLists.txt QML: Take care of QVariant when converting function arguments 2022-02-23 12:09:42 +01:00
tst_qmlcppcodegen.cpp DelegateModel: Use actual bindings for required properties 2022-04-11 14:12:09 +02:00