From 494bb455c1403c0180ce2c4c7d27f2e6b785a15a Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Wed, 10 Oct 2012 22:42:50 +1000 Subject: Remove use of QT_{BEGIN,END}_HEADER macros. These macros were removed from Qt Core and they are no longer defined causing qtconnectivity to fail to build. Change-Id: I7971cca9d51e7eb1e395e348efb471982e355527 Reviewed-by: Lorn Potter --- src/bluetooth/qbluetoothuuid.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index 0620aff4..5936e583 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -50,8 +50,6 @@ #include -QT_BEGIN_HEADER - QTBLUETOOTH_BEGIN_NAMESPACE struct quint128 @@ -177,6 +175,4 @@ QTBLUETOOTH_END_NAMESPACE Q_DECLARE_METATYPE(QtBluetooth::QBluetoothUuid) -QT_END_HEADER - #endif -- cgit v1.2.3