aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/badGroupedProperty.qml
blob: 34dcbf96fa9de892d7b5bf45af04c6d329a58c54 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQml 2.15

QtObject {
    id: testItem
    property rect rect
    onComplete {
        rect.x: 2
        rect.width: 22
    }
}