j
k
j a
j l
Hi!
Try making Button::unregisterCallback a template template<class T> void unregisterCallback(const T& slot) { mySignal.disconnect(slot); }
Try making Button::unregisterCallback a template
template<class T> void unregisterCallback(const T& slot) { mySignal.disconnect(slot); }
this works perfect! Thank you! Best regards Raimar
Back to the thread
Back to the list