Maybe you should make the connection in a different place in code?
Maybe you should make the connection in a different place in code?
yes, it's right; I put it in other place; but i don't understand a thing; the vector should be destroy at the end of this method...(?) and connect is aliving? What happened, please....
Regards
That vector contains pointers and only those pointers will be removed --- objects they point to won't be deleted.Originally Posted by mickey
Bookmarks