summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-16 14:04:02 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-18 10:09:50 +0200
commitea917cfce56186ac7cddddd701cfb83f8127a751 (patch)
tree41ef97aba23df27474ca19322b28f9230588ce47 /src/bluetooth/qbluetoothtransferreply_p.h
parente04e8f8aec8afe130427d88a3ae891f0d1bc751f (diff)
Add missing error() signal to QBluetoothTransferReply
The signal makes error handling much more conveniant. One error situation on QNX did not emit the required finished()/errorType() signals when required. A few minor typo fixes. Task-number: QTBUG-38983 Change-Id: I89c3fbee43921c8894a0ab200ee5550e7dc44543 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply_p.h')
-rw-r--r--src/bluetooth/qbluetoothtransferreply_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply_p.h b/src/bluetooth/qbluetoothtransferreply_p.h
index caf3890d..8c6c4968 100644
--- a/src/bluetooth/qbluetoothtransferreply_p.h
+++ b/src/bluetooth/qbluetoothtransferreply_p.h
@@ -55,12 +55,8 @@ public:
QBluetoothTransferReplyPrivate();
QBluetoothTransferManager *m_manager;
- qint64 m_buffersize;
QBluetoothTransferRequest m_request;
-
- QBluetoothTransferReply *q_ptr;
-
};
QT_END_NAMESPACE