summaryrefslogtreecommitdiffstats
path: root/src/connectivity/bluetooth/qbluetoothtransferreply.h
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-12-29 14:58:38 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-12-30 11:06:53 +1000
commit7a6b44620aedbe3815899ac3c822179a0a5c2e9d (patch)
tree26feec0588a4e337f772a7e3c9289f807bd35b6c /src/connectivity/bluetooth/qbluetoothtransferreply.h
parentc5a035a92fdcaad47e0f23b4b208caf72e77c6c3 (diff)
Backend cleanup and removal of QObjectPrivate
Diffstat (limited to 'src/connectivity/bluetooth/qbluetoothtransferreply.h')
-rw-r--r--src/connectivity/bluetooth/qbluetoothtransferreply.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/connectivity/bluetooth/qbluetoothtransferreply.h b/src/connectivity/bluetooth/qbluetoothtransferreply.h
index b0334f98bc..a571dee746 100644
--- a/src/connectivity/bluetooth/qbluetoothtransferreply.h
+++ b/src/connectivity/bluetooth/qbluetoothtransferreply.h
@@ -51,7 +51,7 @@ QT_BEGIN_HEADER
QTM_BEGIN_NAMESPACE
-class Q_CONNECTIVITY_EXPORT QBluetoothTransferReply : public QIODevice
+class Q_CONNECTIVITY_EXPORT QBluetoothTransferReply : public QObject
{
Q_OBJECT
@@ -75,11 +75,6 @@ public:
QBluetoothTransferManager::Operation operation() const;
-// QBluetoothTransferRequest request() const;
-
- qint64 readBufferSize() const;
- virtual void setReadBufferSize(qint64 size);
-
virtual TransferError error() const = 0;
virtual QString errorString() const = 0;