qtdeclarative icon indicating copy to clipboard operation
qtdeclarative copied to clipboard

Calls order of q_invokable method

Open rjcamatos opened this issue 3 years ago • 0 comments

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.

rjcamatos avatar Jul 11 '21 14:07 rjcamatos