Skip to content

Port away from QReturnArgument

Nicolas Fella requested to merge work/nico/fixit into master

It was removed in Qt because it is not supposed to be used externally

Instead use the wrapper macro

This allows to remove the redundant type parameter

Merge request reports