summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransfermanager.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/bluetooth/qbluetoothtransfermanager.cpp
parent7622a55810a96961ad657207e0ad99d6b6ff98d1 (diff)
Language edits to the QDoc markup
Change-Id: I13206b25dbd87ce0d066cb21842dfbd516bd2bbc Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothtransfermanager.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransfermanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothtransfermanager.cpp b/src/bluetooth/qbluetoothtransfermanager.cpp
index 1610c6b5..0855f22f 100644
--- a/src/bluetooth/qbluetoothtransfermanager.cpp
+++ b/src/bluetooth/qbluetoothtransfermanager.cpp
@@ -66,8 +66,8 @@ QTBLUETOOTH_BEGIN_NAMESPACE
/*!
\fn QBluetoothTransferReply *QBluetoothTransferManager::put(const QBluetoothTransferRequest &request, QIODevice *data)
- Sends the contents of \a data to the remote device \a request and returns a new
- QBluetoothTransferReply, that can be used to track the request's progress.
+ Sends the contents of \a data to the remote device identified by \a request, and returns a new
+ QBluetoothTransferReply that can be used to track the request's progress.
*/