diff options
author | Jeremy Katz <jeremy.katz@nokia.com> | 2011-01-17 14:37:17 +0100 |
---|---|---|
committer | Jeremy Katz <jeremy.katz@nokia.com> | 2011-01-17 14:42:07 +0100 |
commit | 1b6656ea26d2a82a8763e8f3759b0ac683fca57a (patch) | |
tree | ccc15d5e047d0991332f22d1eeee77395e378354 /dist/changes-4.7.2 | |
parent | b7a1c07025aa6896f6b6482feb2df7fbc00f4d32 (diff) | |
download | qt4-tools-1b6656ea26d2a82a8763e8f3759b0ac683fca57a.tar.gz |
Implementation of QNetworkProxyFactory::systemProxyForQuery() for Symbian
This implementation replaces the default do-nothing version, querying
the device's commsdat for appropriate entries.
Task-number: QTBUG-13857
Reviewed by: Jeremy Katz et al.
Diffstat (limited to 'dist/changes-4.7.2')
-rw-r--r-- | dist/changes-4.7.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2 index d443d88840..0d930520e5 100644 --- a/dist/changes-4.7.2 +++ b/dist/changes-4.7.2 @@ -133,6 +133,10 @@ Qt for Symbian * [QTBUG-11436] Added a MediaObject property which allows the client to specify which Internet Access Point should be used for streaming. + - QNetworkProxyFactory + * [QTBUG-13857] Added systemProxyForQuery() for Symbian, allowing + network proxies configured on the device to be used by applications. + Qt for Embedded Linux --------------------- |