qtdeclarative
qtdeclarative copied to clipboard
Calls order of q_invokable method
If there are 2 or more methods with the same name but reciving diferent arguments the QJSEngine Pickup the First One declared.
Example: methodxyz(string) methodxyz(objptr*)
It picks up the first one passing as argument a string and not the one that i was expecting an object as it was send.