Fix bluetooth device signal redefinition
This commit is contained in:
parent
87b2c7da9d
commit
48a5c71bce
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user