summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-cpp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/doc/src/bluetooth-cpp.qdoc')
-rw-r--r--src/bluetooth/doc/src/bluetooth-cpp.qdoc20
1 files changed, 7 insertions, 13 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-cpp.qdoc b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
index 4dcb6021..425b905d 100644
--- a/src/bluetooth/doc/src/bluetooth-cpp.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-cpp.qdoc
@@ -24,28 +24,22 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-
-
-
/*!
-\page bluetooth-cpp.html
+\module QtBluetooth
\title Qt Bluetooth C++ API
\brief An API enabling basic Bluetooth operations like scanning for devices
and connecting them.
-\ingroup qtconnectivity
-\ingroup qtconnectivity-c++
-
-The Qt Bluetooth C++ API enables an application to scan for devices and connect and
-interact with them in a more flexible way than the \l{Qt Bluetooth QML API}.
-\section1 Classes
+ The \l{Qt Bluetooth} C++ API enables an application to scan for devices and
+ connect and interact with them in a more flexible way than the \l{Qt
+ Bluetooth QML API}.
-\list
-\annotatedlist connectivity-bluetooth
-\endlist
+ To use the C++ library in your application, add the following configuration
+ option to your \c .pro file:
+ \snippet doc_src_qtbluetooth.pro contacts project modification
*/