From 48a5c71bce96eaaf4d6d75ef79ae9bb769707047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 12 Jan 2018 12:24:07 +0100 Subject: [PATCH] Fix bluetooth device signal redefinition --- .../bluetoothlowenergydeviceimplementation.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h b/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h index 6e75ba71..12307379 100644 --- a/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h +++ b/libguh-core/hardware/bluetoothlowenergy/bluetoothlowenergydeviceimplementation.h @@ -72,13 +72,6 @@ private: // Methods called from BluetoothLowEnergyManager void setEnabled(const bool &enabled); -signals: - void connectedChanged(const bool &connected); - void autoConnectingChanged(const bool &autoConnecting); - void stateChanged(const QLowEnergyController::ControllerState &state); - void errorOccured(const QLowEnergyController::Error &error); - void servicesDiscoveryFinished(); - private slots: void onConnected(); void onDisconnected();