Wild guess...
Does the http object already exist when this is executed:
connect(http,SIGNAL(done(bool)),this,SLOT(performF unction()));
Wild guess...
Does the http object already exist when this is executed:
connect(http,SIGNAL(done(bool)),this,SLOT(performF unction()));
Yes, I have created the object.
Qt Code:
To copy to clipboard, switch view to plain text mode
Oddly enough, when I try to create a class B object manually on the main function, the performFunction slot does execute normally.
Bookmarks