summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>2012-02-28 16:54:20 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-29 12:39:49 +0100
commit86f234ad2de4b25eb394739ecf672132904496e2 (patch)
tree58a86b3f96c0c91666c64a3d04ddbfd0387f8e41 /src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
parent7622a55810a96961ad657207e0ad99d6b6ff98d1 (diff)
Language edits to the QDoc markup
Change-Id: I13206b25dbd87ce0d066cb21842dfbd516bd2bbc Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
index e501dd6d..6506b753 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
@@ -62,7 +62,7 @@
limited to a single service such as a game.
The model roles provided by BluetoothDiscoveryModel are display, decoration and \c Service.
- Through the \c Service role the BluetoothService maybe accessed for more details.
+ Through the \c Service role the BluetoothService can be accessed for more details.
\sa QBluetoothServiceDiscoveryAgent
@@ -170,9 +170,9 @@ void QDeclarativeBluetoothDiscoveryModel::errorDiscovery(QBluetoothServiceDiscov
/*!
\qmlproperty string BluetoothDiscoveryModel::error
- This property holds the last error reported by discovery.
+ This property holds the last error reported during discovery.
- This property is read only.
+ This property is read-only.
*/
QString QDeclarativeBluetoothDiscoveryModel::error() const
{
@@ -281,8 +281,8 @@ bool QDeclarativeBluetoothDiscoveryModel::discovery()
\qmlproperty string BluetoothDiscoveryModel::uuidFilter
This property holds an optional UUID filter. A UUID can be used to return only
- matching services. 16 bit, 32 bit or 128 bit UUIDs maybe used. The string format
- is the same format as QUuid.
+ matching services. 16 bit, 32 bit or 128 bit UUIDs can be used. The string format
+ is same as the format of QUuid.
\sa QBluetoothUuid
\sa QUuid