aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/attachedPropertyAssignments.qml
blob: 5ef62f862680e0924d09c02bdc973c0b9c96f768 (plain)
1
2
3
4
5
import AttachedProperties 1.0
QtObject {
    TestType.count: 42
    TestType.str: "hello"
}