Skip to content
Commit ebc178d7 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Avoid looking up non-Item properties via parent

Item::parent is of type Item

When using it to obtain properties that are only defined in the concrete sublcass qmlcachegen cannot generate code for it

To avoid this prefer lookup via ids, where qmlcachegen knows the type and its properties and can generate code
parent 7481bf3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment