aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/idusagebase.qbs
blob: 483a00ccfad7fd905f28f3993eeb5711c4ce5750 (plain)
1
2
3
4
5
Product {
    id: baseProduct
    property int nr: theProject.initialNr + 1
    name: "product1_" + nr
}