summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2012-10-10 22:42:50 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-02-03 12:16:34 +0100
commit494bb455c1403c0180ce2c4c7d27f2e6b785a15a (patch)
treefd196a3b5166cddf2b333abc5fbf06181d9f9689 /src/bluetooth/qbluetoothdeviceinfo.h
parent9e19c1c001a78fe1e53e3e19f21f76bff3f8200b (diff)
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 <lorn.potter@jollamobile.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index aa7a41e6..94b340c8 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -46,8 +46,6 @@
#include <QString>
-QT_BEGIN_HEADER
-
QTBLUETOOTH_BEGIN_NAMESPACE
class QBluetoothDeviceInfoPrivate;
@@ -244,6 +242,4 @@ private:
QTBLUETOOTH_END_NAMESPACE
-QT_END_HEADER
-
#endif