QGenericReturnArgument Class
The QGenericReturnArgument class is an internal helper class for marshalling arguments. More...
Header: | #include <QGenericReturnArgument> |
qmake: | QT += core |
Inherits: | QGenericArgument |
Public Functions
QGenericReturnArgument(const char *name = nullptr, void *data = nullptr) |
- 2 public functions inherited from QGenericArgument
Detailed Description
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.
Member Function Documentation
QGenericReturnArgument::QGenericReturnArgument(const char *name = nullptr, void *data = nullptr)
Constructs a QGenericReturnArgument object with the given name and data.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qgenericreturnargument.html