~vtuson/scopecreator/twitter-template

« back to all changes in this revision

Viewing changes to src/go/src/gopkg.in/v0/qml/examples/customtype/customtype.qml

  • Committer: Victor Palau
  • Date: 2015-03-11 14:24:42 UTC
  • Revision ID: vtuson@gmail.com-20150311142442-f2pxp111c8ynv232
public release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import GoExtensions 1.0
 
2
 
 
3
GoType {
 
4
        text: "Happy " + GoSingleton.event + ", Go!"
 
5
}