Hi

I wanted to replace the signals and slots in my application to callback functions.
example QObject::connect(c,SIGNAL(sendSignal2(void *)), c ,SLOT(Some_Function(void *)));
how to do the same functionality with callback... how to do this?