summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferrequest.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-10-10 20:03:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 11:41:36 +0200
commit42bd6c83b19f789821c4fde414f1ef457dce120d (patch)
tree5212faa3cabe0f3e6629f48f7fbf9881a08e23d9 /src/bluetooth/qbluetoothtransferrequest.h
parent5514cae34d9b3ed8a374778e00ffe3b5682e0a0c (diff)
Make the QBluetoothTransferRequest constructor explicit
Change-Id: I973ffedf6dc0c5b7215c9e99f5fb4bcb96ea6084 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothtransferrequest.h')
-rw-r--r--src/bluetooth/qbluetoothtransferrequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothtransferrequest.h b/src/bluetooth/qbluetoothtransferrequest.h
index 45a3bc76..072d330f 100644
--- a/src/bluetooth/qbluetoothtransferrequest.h
+++ b/src/bluetooth/qbluetoothtransferrequest.h
@@ -64,7 +64,7 @@ public:
NameAttribute
};
- QBluetoothTransferRequest(const QBluetoothAddress &address = QBluetoothAddress());
+ explicit QBluetoothTransferRequest(const QBluetoothAddress &address = QBluetoothAddress());
QBluetoothTransferRequest(const QBluetoothTransferRequest &other);
~QBluetoothTransferRequest();