Force QTcpSocket to use a specified network configuration
Mobile and Embedded
2
Posts
1
Posters
2.3k
Views
1
Watching
-
wrote on 14 Mar 2011, 08:36 last edited by
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
-
wrote on 14 Mar 2011, 12:03 last edited by
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).
1/2