summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2011-12-09 15:27:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-23 15:57:18 +0100
commitebd7a5d2935b5ab9dd7910dfb104a9e0c0819677 (patch)
tree2bc160feb75abdf72d29591efe301c55ba9b3132 /src/imports/bluetooth/qdeclarativebluetoothservice.cpp
parentf54bd71301325f7e5681be49d81823986f5cbfcd (diff)
added documentation and examples
Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothservice.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothservice.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothservice.cpp b/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
index f1836a6f..74e722b8 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
@@ -53,15 +53,15 @@
/*!
\qmlclass BluetoothService QDeclarativeBluetoothService
- \brief The BluetoothService element contains all the information available for a single bluetooth service.\.
+ \brief The BluetoothService element contains all the information available for a single Bluetooth service.\.
- \ingroup connectivity-qml
- \inmodule QtConnectivity
+ \ingroup bluetooth-qml
+ \inmodule QtBluetooth
\sa QBluetoothAddress
\sa QBluetoothSocket
- The BluetoothService element is part of the \bold{QtMobility.connectivity 1.2} module.
+ The BluetoothService element was introduced in \bold{QtBluetooth 5.0}.
It allows a QML project to get information about a remote service, or describe a service
for a BluetoothSocket to connect to.