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

Component {
    x: 10
    QtObject {}
}