summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeitem/data/propertychanges.qml
blob: bf4dd859ee081a086df76baa68dc3f40f02f5e61 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.6

Item {
    Item {
        objectName: "item"
    }
    Item {
        objectName: "parentItem"
    }
}