Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
6.8.1
-
None
Description
Document that a "property might be missing" qmllint warning can actually be caused by a missing cast, for example RoundButton.qml in LightningViewerExample: Config.controls.roundbutton[__currentState] but should be (Config.controls as ...).roundbutton[__currentState]