![]() |
Qt 6.x
The Qt SDK
|
#include <qobjectdefs.h>
Public Attributes | |
void ** | arguments |
A wrapper class for the void ** arguments array used by the meta object system. If a slot uses a single argument of this type, the meta object system will pass the raw arguments array directly to the slot and set the arguments count in the slot description to zero, so that any signal can connect to it.
This is used internally to implement signal relay functionality in our state machine and dbus.
Definition at line 76 of file qobjectdefs.h.
void** QMethodRawArguments::arguments |
Definition at line 78 of file qobjectdefs.h.
Referenced by QDBusAdaptorConnector::relaySlot().