aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/component.7.qml
blob: 0ba54c2c40101a05c0e03689f5d3662066881115 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    Component {
        property int a
        QtObject {}
    }
}