Example #1
0
func (g *Game) DestroyMe(obj qml.Object) {
	obj.Destroy()
}
Example #2
0
File: main.go Project: RickyS/qml
func (ctrl *Control) Done(emitter qml.Object) {
	emitter.Destroy()
}