summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransfermanager_bluez.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransfermanager_bluez.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransfermanager_bluez.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothtransfermanager_bluez.cpp b/src/bluetooth/qbluetoothtransfermanager_bluez.cpp
index 5bb0b956..c43aed81 100644
--- a/src/bluetooth/qbluetoothtransfermanager_bluez.cpp
+++ b/src/bluetooth/qbluetoothtransfermanager_bluez.cpp
@@ -49,11 +49,8 @@ QT_BEGIN_NAMESPACE_BLUETOOTH
QBluetoothTransferReply *QBluetoothTransferManager::put(const QBluetoothTransferRequest &request,
QIODevice *data)
{
-
- QBluetoothTransferReplyBluez *rep = new QBluetoothTransferReplyBluez(data, request);
-
+ QBluetoothTransferReplyBluez *rep = new QBluetoothTransferReplyBluez(data, request, this);
connect(rep, SIGNAL(finished(QBluetoothTransferReply*)), this, SIGNAL(finished(QBluetoothTransferReply*)));
-
return rep;
}