summaryrefslogtreecommitdiff
path: root/src/imports/bluetooth
diff options
context:
space:
mode:
authorveshivas <venugopal.shivashankar@nokia.com>2012-02-22 15:33:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-28 16:06:32 +0100
commit7622a55810a96961ad657207e0ad99d6b6ff98d1 (patch)
treea4b3dfba1391bee34d7a9c514336cb52b865599d /src/imports/bluetooth
parent6ecd5faa4a30bd457d3497c5c2a8fcce93d1589d (diff)
downloadqtconnectivity-7622a55810a96961ad657207e0ad99d6b6ff98d1.tar.gz
Modified the \brief text for the Bluetooth C++ classes and the QML elements.
Change-Id: I3c455739afe9d63eb822a0462c7e786bd83259ee Reviewed-by: Gary Aish <gary.aish@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/bluetooth')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothservice.cpp2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
index 4a0c544e..e501dd6d 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
@@ -50,7 +50,7 @@
/*!
\qmlclass BluetoothDiscoveryModel QDeclarativeBluetoothDiscoveryModel
- \brief The BluetoothDisoceryModel element provides access device and service scanning
+ \brief Enables you to search for the Bluetooth devices and services in range.
\ingroup bluetooth-qml
\inmodule QtBluetooth
diff --git a/src/imports/bluetooth/qdeclarativebluetoothservice.cpp b/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
index c5846dbe..37bffcf3 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothservice.cpp
@@ -53,7 +53,7 @@
/*!
\qmlclass BluetoothService QDeclarativeBluetoothService
- \brief The BluetoothService element contains all the information available for a single Bluetooth service.\.
+ \brief Provides information about a particular Bluetooth service.
\ingroup bluetooth-qml
\inmodule QtBluetooth
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
index 5c32745a..4fa683e6 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
@@ -57,7 +57,7 @@
/*!
\qmlclass BluetoothSocket QDeclarativeBluetoothSocket
- \brief The BluetoothSocket element represents a single bluetooth client socket.
+ \brief Enables you to connect and communicate with a Bluetooth service or device.
\ingroup bluetooth-qml
\inmodule QtBluetooth