QGenericReturnArgument Class▲
- 
					Header: QGenericReturnArgument 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::Core) 
- 
					qmake: QT += core 
- 
					Inherits: QGenericArgument 
Detailed Description▲
This class should never be used directly. Please use the Q_RETURN_ARG() macro instead.
See Also▲
See also Q_RETURN_ARG(), QMetaObject::invokeMethod(), QGenericArgument
Member Function Documentation▲
QGenericReturnArgument::QGenericReturnArgument(const char *name = nullptr, void *data = nullptr)▲
Constructs a QGenericReturnArgument object with the given name and data.




