aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/customtype/customtype.qml
blob: 54f7aa046f66a01e73ce0e222fdae18e9d3211ab (plain) (blame)
1
2
3
4
5
import GoExtensions 1.0

GoType {
    text: "Happy " + GoSingleton.event + ", Go!"
}