summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2014-02-04 15:29:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-06 16:19:28 +0100
commita288feb9e40b0a6493f211e73bdae906eae5b50f (patch)
tree084ca7b80da7a3c921b7c7e07d2df6862a82a899
parent303f9c27041cdf0ce76fe65057b87436d2561508 (diff)
Doc: Corrected a typo and reworded a sentence
Change-Id: I8a4e37e4a7f9e371a81cfcda6e0ecd112821eaab Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/qt5-intro.qdoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index c666074c0..23745bd50 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -360,11 +360,10 @@
\section2 Extended Connectivity
- The connectivity options are endless with Qt 5. We now have
- \l{Qt Bluetooth}{Bluetooth} and \l{Qt NFC}{NFC} enabling you to connect and
- and share information in more sophisticated ways such as tap and share,
- auto-paring two Bluetooth-enabled devices, and so on. These connectivity
- options are supported on Linux (with BlueZ 4.x) and
+ The connectivity options are endless with Qt 5. The two new modules,
+ \l{Qt Bluetooth} and \l{Qt NFC}, enable developers to add support for
+ sophisticated ways to connect and share information in their application.
+ These new modules are supported on Linux (with BlueZ 4.x) and
\l{Qt for BlackBerry}{BlackBerry 10} platforms.
\section1 JSON Support
@@ -404,5 +403,4 @@
\li \l{What's New in Qt 5.0}
\li \l{Porting Guide}
\endlist
- \l text
*/