summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/adding/example.qml
blob: dc891e7f8103527bf414a0add67b1435edcd783a (plain)
1
2
3
4
5
6
7
8
// ![0]
import People 1.0

Person {
    name: "Bob Jones"
    shoeSize: 12
}
// ![0]