summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-qml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/doc/src/bluetooth-qml.qdoc')
-rw-r--r--src/bluetooth/doc/src/bluetooth-qml.qdoc15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-qml.qdoc b/src/bluetooth/doc/src/bluetooth-qml.qdoc
index 36c4d4fd..84a7da5f 100644
--- a/src/bluetooth/doc/src/bluetooth-qml.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-qml.qdoc
@@ -28,27 +28,20 @@
/*!
-\page bluetooth-qml.html
-
+\qmlmodule QtBluetooth 5.0
\title Qt Bluetooth QML API
\brief A QML API enabling basic Bluetooth operations like scanning for devices
and connecting them.
-\ingroup qtconnectivity
-\ingroup qtconnectivity-qml
-
The Qt Bluetooth QML API enables an application to scan for devices and connect and
interact with them in an easier way than the C++ Classes. However, it is a bit
more limited than the C++ API. You can always use the C++ API to create QML
plugins with the flexibility you need.
-\tableofcontents
-
-\section1 QML Types
+To use the classes of the module in your application you need the following
+import statement in your \c .qml file:
-\list
-\annotatedlist bluetooth-qml
-\endlist
+\snippet doc_src_qtbluetooth.qml import
*/