After using the QNetworkAccessManager, and not deleting the object, the network connection will exist for long time.
Then, what should I do if I have to close the network connection immediately after handling the network session?
After using the QNetworkAccessManager, and not deleting the object, the network connection will exist for long time.
Then, what should I do if I have to close the network connection immediately after handling the network session?
Delete the object?
What is the reason for not deleting it?
Mark
Thanks.
I'm in disorder with asynchronous object these days.
Local symbian API with RSendAs can't be deleted in my program.
I mix them together.
I just need delete QAccessManager object while in finish slot.