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

Item {
    Component {
        QtObject {}
        QtObject {}
    }
}