diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-02-25 15:51:05 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2010-02-25 15:51:05 (GMT) |
commit | ff8c63b4b40b26291f8847830e04f773dc1a1e71 (patch) | |
tree | 1fb6efcfa29765c554d99b0b4102157b01f369e6 /doc | |
parent | badfab1ed209c0f9727980addef7de9083354845 (diff) | |
download | Qt-ff8c63b4b40b26291f8847830e04f773dc1a1e71.zip Qt-ff8c63b4b40b26291f8847830e04f773dc1a1e71.tar.gz Qt-ff8c63b4b40b26291f8847830e04f773dc1a1e71.tar.bz2 |
Doc: add a few lines about bearer managment to "What's New" page.
Needs a screenshot of one of the examples.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/qt4-intro.qdoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index 7bfc689..a18bc13 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -475,6 +475,14 @@ \section1 Network Bearer Management + Bearer Management controls the connectivity state of the system. + The new Bearer Management API in the QtNetwork module allows the + application to identify whether the system is online and how many + interfaces there are, as well as start and stop interfaces, or + roam transparently between access points. + + QNetworkAccessManager uses this API for HTTP level roaming. + \section1 Multimedia - playback and playlist management \section1 New Classes, Functions, Macros, etc. |