Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -raeb915075b9e13e5c1aaf2800ba6db03b6c24a0b -rb7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision aeb915075b9e13e5c1aaf2800ba6db03b6c24a0b) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision b7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9) @@ -308,4 +308,5 @@ * \details calls the Bluetooth Interface scan to start discovering the Bluetooth devices. */ void View::VBluetooth::doScan() { - _BluetoothInterface.doScan(); } + _BluetoothInterface.doScan(); +}