summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferrequest.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/qbluetoothtransferrequest.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/qbluetoothtransferrequest.h')
-rw-r--r--src/bluetooth/qbluetoothtransferrequest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothtransferrequest.h b/src/bluetooth/qbluetoothtransferrequest.h
index 8b6b7e09..0d4c7f88 100644
--- a/src/bluetooth/qbluetoothtransferrequest.h
+++ b/src/bluetooth/qbluetoothtransferrequest.h
@@ -43,6 +43,7 @@
#define QBLUETOOTHTRANSFERREQUEST_H
#include <QtBluetooth/qbluetoothglobal.h>
+#include <QtBluetooth/QBluetoothAddress>
#include <QtCore/QtGlobal>
#include <QtCore/QVariant>
@@ -63,7 +64,7 @@ public:
NameAttribute
};
- QBluetoothTransferRequest(const QBluetoothAddress &address);
+ QBluetoothTransferRequest(const QBluetoothAddress &address = QBluetoothAddress());
QBluetoothTransferRequest(const QBluetoothTransferRequest &other);
~QBluetoothTransferRequest();