summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 09:12:26 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-06 09:12:26 (GMT)
commit34c8022c216f6e298b0b0f8250cdf17688534c5b (patch)
treedca92c42618bb4c38bb2e0ac70d77598a9c2393d /src/network
parentc04834ec186f7b2205b52176c11897bfdf8e1395 (diff)
parent24c89f6d1c090ab670d4f883d06cd0413c2ecc65 (diff)
downloadQt-34c8022c216f6e298b0b0f8250cdf17688534c5b.zip
Qt-34c8022c216f6e298b0b0f8250cdf17688534c5b.tar.gz
Qt-34c8022c216f6e298b0b0f8250cdf17688534c5b.tar.bz2
Merge commit 'doc-team/4.7' into 4.7
Diffstat (limited to 'src/network')
-rw-r--r--src/network/bearer/qnetworksession.cpp8
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.