From 823dd31ac10dea02b1cc4baf79a2761b95c5f63f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 23 Oct 2015 14:53:45 +0200 Subject: Bluetooth: Put some data types into the Qt namespace. There's no reason they should be outside. Change-Id: I597c7c07857c9af820fcdb93e1587f62a2064ab3 Reviewed-by: Alex Blasche --- src/bluetooth/bluez/bluez_data_p.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bluetooth/bluez/bluez_data_p.h b/src/bluetooth/bluez/bluez_data_p.h index dc12dda2..3722b80d 100644 --- a/src/bluetooth/bluez/bluez_data_p.h +++ b/src/bluetooth/bluez/bluez_data_p.h @@ -50,6 +50,8 @@ #include #include +QT_BEGIN_NAMESPACE + #define BTPROTO_L2CAP 0 #define BTPROTO_HCI 1 #define BTPROTO_RFCOMM 3 @@ -331,4 +333,6 @@ typedef struct { } __attribute__ ((packed)) evt_encrypt_change; #define EVT_ENCRYPT_CHANGE_SIZE 4 +QT_END_NAMESPACE + #endif // BLUEZ_DATA_P_H -- cgit v1.2.3