UDA for marking member functions as slots.
Meta data for marked member functions will be collected by Q_OBJECT_D for use at runtime. Signals can be connected to slots with connect.
See Implementation
UDA for marking member functions as slots.
Meta data for marked member functions will be collected by Q_OBJECT_D for use at runtime. Signals can be connected to slots with connect.