10QQmlAdaptorModelEngineData::QQmlAdaptorModelEngineData(QV4::ExecutionEngine *v4)
14 QV4::ScopedObject proto(scope, v4->newObject());
15 proto->defineAccessorProperty(QStringLiteral(
"index"), get_index,
nullptr);
16 proto->defineAccessorProperty(
17 QStringLiteral(
"modelData"),
18 QQmlDMListAccessorData::get_modelData, QQmlDMListAccessorData::set_modelData);
19 proto->defineAccessorProperty(
21 QQmlDMListAccessorData::get_modelData, QQmlDMListAccessorData::set_modelData);
22 listItemProto.set(v4, proto);