aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/rootItemIsComponent.qml
blob: dd653352d9eb62e746e902c084927b53e28cf8ad (plain)
1
2
3
4
5
6
import QtQml 2.0
Component {
    QtObject {
        id: blah
    }
}