aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/InlineComponentChild.qml
blob: 49a90ab7daaa1e06bbbf1c897bb1a5c1e519a571 (plain)
1
2
3
4
5
6
7
import QtQml 2.15

InlineComponentBase {
    component IC : QtObject {
        property int i: 13
    }
}