It’s C.
Is somethink like this:
onReleased: {
if(tile.Drag.target !== null ) { cppModel.copyItem(tile.Drag.target) }
}
else
{
root;
}
If root makes something. If not, is like you say.
↧