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

Item {
    Component {
        x: 10
        QtObject {}
    }
}