aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinfo/data/NestedObject.qml
blob: 4b19b1169966dfc1a849a6de976a7b8e4df0a01f (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {
    property variant nested

    nested:  QtObject {}
}