UDA for marking member functions as signals.
Meta data for marked member functions will be collected by Q_OBJECT_D for use at runtime. Signals can be connected to slots or delegates with connect. Signals for classes implemented in D also need a body with mixin Q_SIGNAL_IMPL_D.
See Implementation
UDA for marking member functions as signals.
Meta data for marked member functions will be collected by Q_OBJECT_D for use at runtime. Signals can be connected to slots or delegates with connect. Signals for classes implemented in D also need a body with mixin Q_SIGNAL_IMPL_D.