summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply_p.h')
-rw-r--r--src/bluetooth/qbluetoothtransferreply_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply_p.h b/src/bluetooth/qbluetoothtransferreply_p.h
index 0f28b47c..71a3e474 100644
--- a/src/bluetooth/qbluetoothtransferreply_p.h
+++ b/src/bluetooth/qbluetoothtransferreply_p.h
@@ -52,10 +52,10 @@ public:
QBluetoothTransferReplyPrivate();
QBluetoothTransferManager *m_manager;
- QBluetoothTransferManager::Operation m_operation;
- QMap<int, QVariant> m_attributes;
qint64 m_buffersize;
+ QBluetoothTransferRequest m_request;
+
QBluetoothTransferReply *q_ptr;
};