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

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