diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-26 02:11:03 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-07-27 02:05:12 (GMT) |
commit | e9e0a82b1a5a71cefdd1711c51b786088b40bafd (patch) | |
tree | 9a6350fb6df2be3c4e9c3c5bff51ee6f777e1876 /doc/src | |
parent | 0664d3ad029b4d80d9ffac75f4f1c6c47bac2641 (diff) | |
download | Qt-e9e0a82b1a5a71cefdd1711c51b786088b40bafd.zip Qt-e9e0a82b1a5a71cefdd1711c51b786088b40bafd.tar.gz Qt-e9e0a82b1a5a71cefdd1711c51b786088b40bafd.tar.bz2 |
Fix typo in docs.
Diffstat (limited to 'doc/src')
-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 |