summaryrefslogtreecommitdiff
path: root/doc/src/bluetooth-cpp.qdoc
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2012-02-24 14:20:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-24 17:05:07 +0100
commitefb110bb45e5b7385495091628baaf3ec0babde0 (patch)
treed95acfd51170f1191793cbe5689bf96d59432380 /doc/src/bluetooth-cpp.qdoc
parentab72983493fb482bcb480f23db8e945de03a5335 (diff)
downloadqtconnectivity-efb110bb45e5b7385495091628baaf3ec0babde0.tar.gz
some improvements in the documentation
Change-Id: I7a78df9b0568375ae7da5ba888ea80bca86d598c Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'doc/src/bluetooth-cpp.qdoc')
-rw-r--r--doc/src/bluetooth-cpp.qdoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/bluetooth-cpp.qdoc b/doc/src/bluetooth-cpp.qdoc
index 6bbb74ea..a92b068b 100644
--- a/doc/src/bluetooth-cpp.qdoc
+++ b/doc/src/bluetooth-cpp.qdoc
@@ -39,7 +39,7 @@ and connecting them.
\ingroup qtconnectivity-c++
The Bluetooth C++ API enables an application to scan for devices and connect and
-interact with them in a more flexible way than the QML components.
+interact with them in a more flexible way than the \l{Bluetooth QML API}.
\tableofcontents
@@ -50,7 +50,7 @@ include directive for the appropriate class. For example:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.cpp include
-The Bluetooth API is a QtAddon API and for thus wrapped in a namespace. To
+The Bluetooth API is a Qt Add-On API and for thus wrapped in a namespace. To
make use of the namespace use:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.cpp namespace
@@ -61,8 +61,6 @@ To link against the module, add this line to your \l qmake \c
\snippet ../doc/src/snippets/doc_src_qtbluetooth.pro contacts project modification
-\endlist
-
\section1 Classes
\list