From ee26c3cb2f681e5b5bf65fbea14f2cec53b4224d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 12 Sep 2011 16:41:14 +0200 Subject: Split qconnectivityglobal.h Split qconnectivityflobal into qbluetoothglobal.h and qnfcglobal.h like the other qt5 modules have it Change-Id: I16cfdd84411ac6da200872b3023c1c98778bb022 Reviewed-on: http://codereview.qt-project.org/4686 Reviewed-by: Qt Sanity Bot Reviewed-by: Alex --- src/bluetooth/qbluetoothuuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/qbluetoothuuid.h') diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h index 09e0db65..55fdcbd2 100644 --- a/src/bluetooth/qbluetoothuuid.h +++ b/src/bluetooth/qbluetoothuuid.h @@ -42,7 +42,7 @@ #ifndef QBLUETOOTHUUID_H #define QBLUETOOTHUUID_H -#include "../qtconnectivityglobal.h" +#include "qbluetoothglobal.h" #include #include @@ -57,7 +57,7 @@ struct quint128 quint8 data[16]; }; -class Q_CONNECTIVITY_EXPORT QBluetoothUuid : public QUuid +class Q_BLUETOOTH_EXPORT QBluetoothUuid : public QUuid { public: enum ProtocolUuid { -- cgit v1.2.3