//This is present in the mainclass's constructor which has a instance of classB_object but no classA instance.
connect(classA_object,SIGNAL(receiving_finished()), classB_object, SLOT(write_data()));
//This is present in the mainclass's constructor which has a instance of classB_object but no classA instance.
To copy to clipboard, switch view to plain text mode
you say the "no classA instance." is present in mainclass so how are you able to connect..
i am afraid that you need to give some more code... why not just provide a simple minimal compilable program reproducing the problem?
Bookmarks