summaryrefslogtreecommitdiff
path: root/examples/bluetooth/lowenergyscanner/characteristicinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/lowenergyscanner/characteristicinfo.h')
-rw-r--r--examples/bluetooth/lowenergyscanner/characteristicinfo.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/bluetooth/lowenergyscanner/characteristicinfo.h b/examples/bluetooth/lowenergyscanner/characteristicinfo.h
index bb07fa1c..7a258fa7 100644
--- a/examples/bluetooth/lowenergyscanner/characteristicinfo.h
+++ b/examples/bluetooth/lowenergyscanner/characteristicinfo.h
@@ -4,9 +4,11 @@
#ifndef CHARACTERISTICINFO_H
#define CHARACTERISTICINFO_H
-#include <QObject>
-#include <QString>
-#include <QtBluetooth/QLowEnergyCharacteristic>
+
+#include <QtBluetooth/qlowenergycharacteristic.h>
+
+#include <QtCore/qobject.h>
+#include <QtCore/qstring.h>
class CharacteristicInfo: public QObject
{