summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply.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/bluetooth/qbluetoothtransferreply.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/bluetooth/qbluetoothtransferreply.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransferreply.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply.cpp b/src/bluetooth/qbluetoothtransferreply.cpp
index b68ae34f..f4820e8a 100644
--- a/src/bluetooth/qbluetoothtransferreply.cpp
+++ b/src/bluetooth/qbluetoothtransferreply.cpp
@@ -52,8 +52,7 @@ QTBLUETOOTH_BEGIN_NAMESPACE
QBluetoothTranferManager.
\ingroup connectivity-bluetooth
- \inmodule QtConnectivity
- \since 5.0
+ \inmodule QtBluetooth
In additional to a copy of the QBluetoothTransferRequest object used to create the request,
QBluetoothTransferReply contains the contents of the reply itself.
@@ -207,6 +206,12 @@ void QBluetoothTransferReply::setManager(QBluetoothTransferManager *manager)
}
/*!
+ \fn TransferError QBluetoothTransferReply::error() const
+
+ The error code of the error that happened.
+*/
+
+/*!
\fn QString QBluetoothTransferReply::errorString() const
String describing the error. Can be displayed to the user.