diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-04 11:53:53 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-04 11:53:53 (GMT) |
commit | d04664b9da6356d3c97e632fb35e27c6822e0dc9 (patch) | |
tree | 7a7f4ec0036c8c8ac4629cc869fbfbd5a1fe7cdd /src/network/bearer | |
parent | 6f811c74237c4c4b3618fa879253435f1bb5b7a6 (diff) | |
download | Qt-d04664b9da6356d3c97e632fb35e27c6822e0dc9.zip Qt-d04664b9da6356d3c97e632fb35e27c6822e0dc9.tar.gz Qt-d04664b9da6356d3c97e632fb35e27c6822e0dc9.tar.bz2 |
doc: Changed \i to \e.
Don\t use \i for italics. Use \e.
Task: QTBUG-14133
Diffstat (limited to 'src/network/bearer')
-rw-r--r-- | src/network/bearer/qnetworksession.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/bearer/qnetworksession.cpp b/src/network/bearer/qnetworksession.cpp index 65de539..226c3c5 100644 --- a/src/network/bearer/qnetworksession.cpp +++ b/src/network/bearer/qnetworksession.cpp @@ -489,15 +489,15 @@ QString QNetworkSession::errorString() const configuration resolved to when \l open() was called; otherwise an empty string. The purpose of this key is to determine the real QNetworkConfiguration that the - session is using. This key is different to \i ActiveConfiguration in that + session is using. This key is different from \e ActiveConfiguration in that this key may return an identifier for either a \l {QNetworkConfiguration::ServiceNetwork}{service network} or a - \l {QNetworkConfiguration::InternetAccessPoint}{Internet access points} configurations - whereas \i ActiveConfiguration always returns identifiers to + \l {QNetworkConfiguration::InternetAccessPoint}{Internet access points} configurations, + whereas \e ActiveConfiguration always returns identifiers to \l {QNetworkConfiguration::InternetAccessPoint}{Internet access points} configurations. \row \o ConnectInBackground - \o Setting this property to \i true before calling \l open() implies that the connection attempt + \o Setting this property to \e true before calling \l open() implies that the connection attempt is made but if no connection can be established, the user is not connsulted and asked to select a suitable connection. This property is not set by default and support for it depends on the platform. |