Index: sources/view/VBluetooth.cpp =================================================================== diff -u -ra706f0bc5c65ec23de7e199d4aae158a06d07214 -rfdb48ba3fba8e95027ebf573325c8f25db74c070 --- sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision a706f0bc5c65ec23de7e199d4aae158a06d07214) +++ sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision fdb48ba3fba8e95027ebf573325c8f25db74c070) @@ -10,6 +10,7 @@ using namespace View; using namespace Storage; +// coco begin validated: This class cannot be tested on the server, but has been validated manually VBluetooth::VBluetooth(QObject *parent) : QObject(parent) { // incoming @@ -397,3 +398,4 @@ QBluetoothDeviceInfo device(QBluetoothAddress(deviceInfo->getAddress()), deviceInfo->getName(), 0); emit didRequestReconnectToDevice(device); } +// coco end