The QGenericReturnArgument class is an internal helper class for marshalling arguments. More...
#include <QGenericReturnArgument>
Inherits: QGenericArgument.
QGenericReturnArgument ( const char * name = 0, void * data = 0 ) |
The QGenericReturnArgument class is an internal helper class for marshalling arguments.
This class should never be used directly. Please use the Q_RETURN_ARG() macro instead.
See also Q_RETURN_ARG(), QMetaObject::invokeMethod(), and QGenericArgument.
Constructs a QGenericReturnArgument object with the given name and data.