From ea917cfce56186ac7cddddd701cfb83f8127a751 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 16 Sep 2014 14:04:02 +0200 Subject: 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 --- src/bluetooth/qbluetoothtransferreply_p.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bluetooth/qbluetoothtransferreply_p.h') 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 -- cgit v1.2.3