Index: sources/view/VBluetooth.cpp =================================================================== diff -u -r757a01c42a7a611704a67869a74c68f53edab20f -ra47e7059c91c50cee3e05972fe5d96c053cdfb31 --- sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision 757a01c42a7a611704a67869a74c68f53edab20f) +++ sources/view/VBluetooth.cpp (.../VBluetooth.cpp) (revision a47e7059c91c50cee3e05972fe5d96c053cdfb31) @@ -11,7 +11,13 @@ 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) +VIEW_DEF_CLASS(VBluetooth) + +/*! + * \brief VBluetooth::initConnections + * Makes the necessary connections. Called inside VIEW_DEF_CLASS + */ +void VBluetooth::initConnections() { // incoming connect(&_BLEScanner, SIGNAL(didReceiveScanForDevicesError(QBluetoothDeviceDiscoveryAgent::Error)),