aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/component.5.qml
blob: 9867377bb95edc907623df4a7130ee32de5baf96 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Component {
    x: 10
    QtObject {}
}