aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/dotted-names/modules/x/y/xy.qbs
blob: 71cfac9cb792c7e284d0ab77e53f7d36200eac64 (plain)
1
2
3
4
5
import qbs

Module {
    property string z: "default"
}