Hello,

I would like my application to behave differently for Wifi and 3G network.
The problem is that my application has to detect which network that QNetworkAccessManager is using.

For Qt 4.7, QNetworkAccessManager has a method called configuration() which returned the configuration used for creating connection.
If I want to do the same thing for Qt4.6, how do I do that? (4.6 does not have configuration method).

Any idea aboyt this?

Thank

Hai