diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-26 02:11:03 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-29 03:37:52 (GMT) |
commit | 94910720169dd3c2bcccfd9554ea6ac5a31ab48d (patch) | |
tree | f7140e8cf91b8086a9552bd648bc41ee5d6ed056 /doc | |
parent | ab394977cfc525b49f84013ded4f4c5162e104b3 (diff) | |
download | Qt-94910720169dd3c2bcccfd9554ea6ac5a31ab48d.zip Qt-94910720169dd3c2bcccfd9554ea6ac5a31ab48d.tar.gz Qt-94910720169dd3c2bcccfd9554ea6ac5a31ab48d.tar.bz2 |
Fix typo in docs.
(cherry picked from commit e9e0a82b1a5a71cefdd1711c51b786088b40bafd)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/network-programming/bearermanagement.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/network-programming/bearermanagement.qdoc b/doc/src/network-programming/bearermanagement.qdoc index 67c13f2..bc016df 100644 --- a/doc/src/network-programming/bearermanagement.qdoc +++ b/doc/src/network-programming/bearermanagement.qdoc @@ -191,7 +191,7 @@ closed via \l{QNetworkSession::close()}, respectively. If the session is \l{QNetworkSession::Disconnected}{disconnected} at the time of the \l{QNetworkSession::open()}{open()} call the underlying interface is started; otherwise only the reference counter against the global session is -incremeted. The opposite behavior can be observed when using +incremented. The opposite behavior can be observed when using \l{QNetworkSession::close()}{close()}. In some use cases it may be necessary to turn the interface off despite of |