Index: sources/view/VBluetooth.h =================================================================== diff -u -rd9c602dc1f1e5ba34bc665264d739ce6509e0198 -r757a01c42a7a611704a67869a74c68f53edab20f --- sources/view/VBluetooth.h (.../VBluetooth.h) (revision d9c602dc1f1e5ba34bc665264d739ce6509e0198) +++ sources/view/VBluetooth.h (.../VBluetooth.h) (revision 757a01c42a7a611704a67869a74c68f53edab20f) @@ -65,13 +65,13 @@ bool isDeviceAlreadyPaired(const QBluetoothDeviceInfo &deviceInfo); void removeFromDevices(const VBluetoothDeviceInfo *info); void setDeviceConnected(const QBluetoothDeviceInfo &deviceInfo, const bool &connected); + void notifyStatusUpdate(const QString &message); private slots: void onScanForDevicesError(QBluetoothDeviceDiscoveryAgent::Error error); void onScanForDevicesFinished(); void onDeviceDiscovered(const QBluetoothDeviceInfo &device); void onConnectingToDevice(); - void onUpdateStatus(const QString &message); void onControllerError(QLowEnergyController::Error error); void onConnectedToDevice(const QBluetoothDeviceInfo &deviceInfo); void onDisconnectedFromDevice(const QBluetoothDeviceInfo &deviceInfo);