aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess/data/inlineComponent.qml
blob: f8515b6d1b303ff066b6236f552122746284400c (plain)
1
2
3
4
5
import QtQml
QtObject {
    component InlineType : QtObject { }
    property QtObject dummy: InlineType {}
}