Exemplo n.º 1
0
func (g *Game) DestroyMe(obj qml.Object) {
	obj.Destroy()
}
Exemplo n.º 2
0
Arquivo: main.go Projeto: RickyS/qml
func (ctrl *Control) Done(emitter qml.Object) {
	emitter.Destroy()
}