summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyserviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qlowenergyserviceinfo.h')
-rw-r--r--src/bluetooth/qlowenergyserviceinfo.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/bluetooth/qlowenergyserviceinfo.h b/src/bluetooth/qlowenergyserviceinfo.h
index 745fb77f..08c5fde4 100644
--- a/src/bluetooth/qlowenergyserviceinfo.h
+++ b/src/bluetooth/qlowenergyserviceinfo.h
@@ -41,18 +41,16 @@
#ifndef QLOWENERGYSERVICEINFO_H
#define QLOWENERGYSERVICEINFO_H
-#include "qbluetoothuuid.h"
-#include "qlowenergycharacteristicinfo.h"
-#include "qbluetoothdevicediscoveryagent.h"
-#include "qbluetoothaddress.h"
#include <QtCore/QSharedPointer>
+#include <QtBluetooth/QBluetoothAddress>
+#include <QtBluetooth/QBluetoothDeviceInfo>
+#include <QtBluetooth/QBluetoothUuid>
+#include <QtBluetooth/QLowEnergyCharacteristicInfo>
QT_BEGIN_NAMESPACE
-class QBluetoothUuid;
class QLowEnergyServiceInfoPrivate;
class QBluetoothAddress;
-class QBluetoothDeviceInfo;
class Q_BLUETOOTH_EXPORT QLowEnergyServiceInfo
{