Skip to content

scripting: Mark QObjects returned from invokables as having C++ ownership

David Redondo requested to merge work/davidre/dontdeletemyoutptus into master

Otherwise the script engine may delete them if they have no parent and there are no more references to them.

Merge request reports