summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransfermanager.cpp
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/qbluetoothtransfermanager.cpp
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/qbluetoothtransfermanager.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransfermanager.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/bluetooth/qbluetoothtransfermanager.cpp b/src/bluetooth/qbluetoothtransfermanager.cpp
index 1e8397f1..d1067731 100644
--- a/src/bluetooth/qbluetoothtransfermanager.cpp
+++ b/src/bluetooth/qbluetoothtransfermanager.cpp
@@ -50,16 +50,7 @@ QT_BEGIN_NAMESPACE_BLUETOOTH
\brief The QBluetoothTransferManager class transfers data to another device
using Object Push Profile (OPP).
- QBluetoothTransferManager uses OBEX to send get and put commands to remote devices.
-*/
-
-/*!
- \enum QBluetoothTransferManager::Operation
-
- This enum describes the type of operation that a transfer request is for.
-
- \value GetOperation The get operation is used to retrieve an object from a remote device. Not implemented.
- \value PutOperation The put operation is used to send an object to a remote device.
+ QBluetoothTransferManager uses OBEX to send put commands to remote devices.
*/
/*!