summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2011-01-17 13:37:17 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-21 15:01:50 (GMT)
commit73d93d1f882955c306b2685b60351b8bb02ca13c (patch)
treec989d67d1f4ef4c126cd7cfc31c55d93d468c37a
parentd6c84875227f00b8db85685f53b355d4c58eacd2 (diff)
downloadQt-73d93d1f882955c306b2685b60351b8bb02ca13c.zip
Qt-73d93d1f882955c306b2685b60351b8bb02ca13c.tar.gz
Qt-73d93d1f882955c306b2685b60351b8bb02ca13c.tar.bz2
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. (cherry picked from commit 1b6656ea26d2a82a8763e8f3759b0ac683fca57a)
-rw-r--r--dist/changes-4.7.24
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.7.2 b/dist/changes-4.7.2
index d443d88..0d93052 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
---------------------