Exemple #1
0
func (g *Game) DestroyMe(obj qml.Object) {
	obj.Destroy()
}
Exemple #2
0
func (ctrl *Control) Done(emitter qml.Object) {
	emitter.Destroy()
}