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.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-qml.qdoc b/src/bluetooth/doc/src/bluetooth-qml.qdoc
index 2f37cb9b..a6870864 100644
--- a/src/bluetooth/doc/src/bluetooth-qml.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-qml.qdoc
@@ -28,7 +28,7 @@
/*!
-\qmlmodule QtBluetooth 5.11
+\qmlmodule QtBluetooth \QtVer
\title Qt Bluetooth QML Types
\ingroup qmlmodules
\brief Provides QML types for basic Bluetooth operations on devices.
@@ -41,7 +41,8 @@ plugins with the flexibility you need.
To use the classes of the module in your application you need the following
import statement in your \c .qml file:
-\snippet doc_src_qtbluetooth.qml import
-
+\qml \QtVer
+import QtBluetooth \1
+\endqml
*/