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

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