From efb110bb45e5b7385495091628baaf3ec0babde0 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 24 Feb 2012 14:20:30 +0100 Subject: some improvements in the documentation Change-Id: I7a78df9b0568375ae7da5ba888ea80bca86d598c Reviewed-by: Alex --- doc/src/bluetooth-cpp.qdoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/src/bluetooth-cpp.qdoc') 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 -- cgit v1.2.1