summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlinfo/data/qmlObject.qml
blob: b86063b177dcec4f3c6441dd9c6536ede31844c8 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

Object {
    property var nested

    nested: Object {
    }
}