summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply.cpp
diff options
context:
space:
mode:
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.