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

Avoid looking up non-Item properties via Item-based properties

Properties like Control::background are of type Item

When using it to obtain properties that are only defined in the concrete subtype 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 ebc178d7
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