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/qbluetoothlocaldevice_p.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/bluetooth/qbluetoothlocaldevice_p.h') diff --git a/src/bluetooth/qbluetoothlocaldevice_p.h b/src/bluetooth/qbluetoothlocaldevice_p.h index b20f0bc5..8a631739 100644 --- a/src/bluetooth/qbluetoothlocaldevice_p.h +++ b/src/bluetooth/qbluetoothlocaldevice_p.h @@ -64,8 +64,6 @@ QT_END_NAMESPACE #include "qnx/ppshelpers_p.h" #endif -QT_BEGIN_HEADER - QTBLUETOOTH_BEGIN_NAMESPACE class QBluetoothAddress; @@ -146,6 +144,4 @@ class QBluetoothLocalDevicePrivate : public QObject QTBLUETOOTH_END_NAMESPACE -QT_END_HEADER - #endif // QBLUETOOTHLOCALDEVICE_P_H -- cgit v1.2.3