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.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply.cpp b/src/bluetooth/qbluetoothtransferreply.cpp
index 44f2f6f8..4ef27bf4 100644
--- a/src/bluetooth/qbluetoothtransferreply.cpp
+++ b/src/bluetooth/qbluetoothtransferreply.cpp
@@ -80,6 +80,9 @@ void QBluetoothTransferReply::abort()
\fn void QBluetoothTransferReply::finished(QBluetoothTransferReply *reply)
This signal is emitted when the transfer is complete for \a reply.
+
+ To avoid the loss of signal emissions it is recommend to immidiately connect
+ to this signal once a \c QBluetoothTransferReply instance has been created.
*/
/*!
@@ -87,6 +90,10 @@ void QBluetoothTransferReply::abort()
This signal is emitted whenever data is transferred. The \a bytesTransferred parameter contains the total
number of bytes transferred so far out of \a bytesTotal.
+
+
+ To avoid the loss of signal emissions it is recommend to immidiately connect
+ to this signal once a QBluetoothTransferReply instance has been created.
*/
/*!
@@ -96,6 +103,9 @@ void QBluetoothTransferReply::abort()
This signal is emitted whenever an error has occurred. The \a errorType
parameter indicates the type of error.
+ To avoid the loss of signal emissions it is recommend to immidiately connect
+ to this signal once a QBluetoothTransferReply instance has been created.
+
\sa error(), errorString()
*/