Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
2c3577264 (dev)
Description
Consider
import QtQuick Item { id: root required property int i PropertyChanges { root.width: 100 } }
This generates a bogus warning:
Warning: test.qml:7:19: Component is missing required property i from here [required]
PropertyChanges{{{}
{}}}^^^^