summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btscanner/service.h')
-rw-r--r--examples/bluetooth/btscanner/service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/bluetooth/btscanner/service.h b/examples/bluetooth/btscanner/service.h
index 2089eb87..293bc7a9 100644
--- a/examples/bluetooth/btscanner/service.h
+++ b/examples/bluetooth/btscanner/service.h
@@ -49,8 +49,6 @@
QT_FORWARD_DECLARE_CLASS(QBluetoothAddress)
QT_FORWARD_DECLARE_CLASS(QBluetoothServiceInfo)
QT_FORWARD_DECLARE_CLASS(QBluetoothServiceDiscoveryAgent)
-QT_FORWARD_DECLARE_CLASS (QLowEnergyServiceInfo)
-QT_FORWARD_DECLARE_CLASS (QLowEnergyCharacteristicInfo)
QT_USE_NAMESPACE
@@ -64,7 +62,6 @@ public:
public slots:
void addService(const QBluetoothServiceInfo&);
- void addLowEnergyService(const QLowEnergyServiceInfo&);
private:
QBluetoothServiceDiscoveryAgent *discoveryAgent;