summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_bluez_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply_bluez_p.h')
-rw-r--r--src/bluetooth/qbluetoothtransferreply_bluez_p.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply_bluez_p.h b/src/bluetooth/qbluetoothtransferreply_bluez_p.h
index a432c955..48a8d4f0 100644
--- a/src/bluetooth/qbluetoothtransferreply_bluez_p.h
+++ b/src/bluetooth/qbluetoothtransferreply_bluez_p.h
@@ -72,7 +72,7 @@ class Q_BLUETOOTH_EXPORT QBluetoothTransferReplyBluez : public QBluetoothTransfe
public:
explicit QBluetoothTransferReplyBluez(QIODevice *input, const QBluetoothTransferRequest &request,
- QBluetoothTransferManager *parent = 0);
+ QBluetoothTransferManager *parent = nullptr);
~QBluetoothTransferReplyBluez();
bool isFinished() const;
@@ -87,14 +87,14 @@ private slots:
private:
void startOPP(const QString &filename);
- OrgOpenobexClientInterface *m_client;
- AgentAdaptor *m_agent;
- OrgBluezObexClient1Interface *m_clientBluez;
- OrgBluezObexObjectPush1Interface *m_objectPushBluez;
+ OrgOpenobexClientInterface *m_client = nullptr;
+ AgentAdaptor *m_agent = nullptr;
+ OrgBluezObexClient1Interface *m_clientBluez = nullptr;
+ OrgBluezObexObjectPush1Interface *m_objectPushBluez = nullptr;
- QTemporaryFile *m_tempfile;
- QIODevice *m_source;
+ QTemporaryFile *m_tempfile = nullptr;
+ QIODevice *m_source = nullptr;
bool m_running;
bool m_finished;