diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-12-07 10:01:30 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-12-07 10:01:30 (GMT) |
commit | 0ce754850de6473bc0df1918d76a9b127b445260 (patch) | |
tree | e27a0f2f00dc80dc9a3e80eb8204863ee9320efd | |
parent | 2533c00db1851e712b036329d6cc7562fe106da1 (diff) | |
download | Qt-0ce754850de6473bc0df1918d76a9b127b445260.zip Qt-0ce754850de6473bc0df1918d76a9b127b445260.tar.gz Qt-0ce754850de6473bc0df1918d76a9b127b445260.tar.bz2 |
Some more qnetworkproxy_symbian information
-rw-r--r-- | src/network/kernel/qnetworkproxy_symbian.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkproxy_symbian.cpp b/src/network/kernel/qnetworkproxy_symbian.cpp index 7eba2c2..62266d1 100644 --- a/src/network/kernel/qnetworkproxy_symbian.cpp +++ b/src/network/kernel/qnetworkproxy_symbian.cpp @@ -48,9 +48,14 @@ QT_BEGIN_NAMESPACE QList<QNetworkProxy> QNetworkProxyFactory::systemProxyForQuery(const QNetworkProxyQuery &) { // TODO: Get the current QNetworkSession which has the Symbian RConnection we use + // I am wondering if we already have a connected QNetworkSession when the code + // is run that retrieves the proxy (for QNetworkAccessManager it's somewhere called + // from createRequest() which might be too early...) // TODO: Get the proxy from that RConnection + // See http://bugreports.qt.nokia.com/browse/QTBUG-13857 and http://bugreports.qt.nokia.com/browse/QTBUG-11016 + // and the mails we have received. // Default case: No network proxy found/needed return QList<QNetworkProxy>() << QNetworkProxy::NoProxy; |