Unresolved alias¶
[unresolved-alias] Property of property alias was not found.
This warning category is spelled [unresolved-alias] by qmllint.
Unresolved alias¶
What happened?¶
A property alias should hold a reference to another property, see also QML Object Attributes - Property Aliases . In this case, it holds a reference to a property that was not found.
Why is this bad?¶
Instances of components with unresolved alias will not be created at runtime: they will be null instead.
Example¶
To fix this warning, make sure that the id and the property of the alias property really do exist: