QNetworkProxy documentation: mention usage of "http_proxy" variable

This is done on systems other than Windows or Mac.

Change-Id: I631ea350cb9bc123edc6df33b6f661afa8f0778b
Reviewed-by: Arvid Picciani <arvid.picciani@nokia.com>
This commit is contained in:
Peter Hartmann 2011-11-21 16:07:24 +01:00 committed by Qt by Nokia
parent 479f3c6b11
commit ac22fa8a33

View File

@ -1376,9 +1376,9 @@ void QNetworkProxyFactory::setApplicationProxyFactory(QNetworkProxyFactory *fact
SOCKS server for all queries. If SOCKS isn't enabled, it will use
the HTTPS proxy for all TcpSocket and UrlRequest queries.
On other systems, there is no standardised method of obtaining the
system proxy configuration. This function may be improved in
future versions to support those systems.
On other systems, this function will pick up proxy settings from
the "http_proxy" environment variable. This variable must be a URL
using one of the following schemes: "http", "socks5" or "socks5h".
\section1 Limitations