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

QtObject {
    property Component delegate: Component {
        QtObject {
        }
    }
}