Force QTcpSocket to use a specified network configuration
-
I'm using Qt 4.7.2 in S60 devices, and when I use QTcpSocket, Symbian always asks to user which connection to use (is the defaultConfiguration() config). Even if I opened a QNetworkSession before.
Is there any way to force that QTcpSocket use specified network configuration?
Thanks
-
I think is related with this bug:
http://bugreports.qt.nokia.com/browse/QTBUG-14903Because I'm using three instances of QNetworkAccessManager in my program. I have tried using only one instance of QNetworkAccessManager, and all seems to work ok (by the moment jeje).