summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_p.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-07-30 17:44:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-01 11:27:52 +0200
commita7d01a4f0d5bdd56749e674e71d32caaa3a065b3 (patch)
treebdeda051d19bff1dc0d7e23d3930a490309e884b /src/bluetooth/qbluetoothtransferreply_p.h
parent7b1622fc3f00b64b608670c8d3691b0e3fbb71bc (diff)
Clean up for OPP
- Remove Operation enum, because we only support put requests - Add the request to the transfer reply - Move startOPP to the private area Task-number: QTBUG-32726 Change-Id: If7dae547326cb74dcdd6449c08dc0d91fb8a78b2 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
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;
};