summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hartmann <phartmann@blackberry.com>2014-02-24 16:09:24 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-13 16:18:56 (GMT)
commit6ede9f99f98ed511b78935f7c6537470dce94239 (patch)
treeeb887f6b5c845b604a8956d2be4dd71b3cf7798b
parent6dc407c3c394b40b526215be9015ff873ce5515d (diff)
downloadQt-6ede9f99f98ed511b78935f7c6537470dce94239.zip
Qt-6ede9f99f98ed511b78935f7c6537470dce94239.tar.gz
Qt-6ede9f99f98ed511b78935f7c6537470dce94239.tar.bz2
network: fix doc typo in QNetworkConfigurationManager
(cherry picked from commit 32794abe722161e1224920865c77c37d74ab977b) Change-Id: Icc66ac3fef52508abda85bafe225fc93f4eb9d4c Reviewed-by: Richard J. Moore <rich@kde.org>
-rw-r--r--src/network/bearer/qnetworkconfigmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/bearer/qnetworkconfigmanager.cpp b/src/network/bearer/qnetworkconfigmanager.cpp
index d0bb054..2ecb846 100644
--- a/src/network/bearer/qnetworkconfigmanager.cpp
+++ b/src/network/bearer/qnetworkconfigmanager.cpp
@@ -135,7 +135,7 @@ QNetworkConfigurationManagerPrivate *qNetworkConfigurationManagerPrivate()
Some configuration updates may require some time to perform updates. A WLAN scan is
such an example. Unless the platform performs internal updates it may be required to
manually trigger configuration updates via QNetworkConfigurationManager::updateConfigurations().
- The completion of the update process is indicted by emitting the updateCompleted()
+ The completion of the update process is indicated by emitting the updateCompleted()
signal. The update process ensures that every existing QNetworkConfiguration instance
is updated. There is no need to ask for a renewed configuration list via allConfigurations().