Index: sources/Threads.cpp =================================================================== diff -u -r1c18f738693756ca1f0342c2cc158e32bc28f90b -r2dd767833cf0cf706c457951c2d78e7e20aff768 --- sources/Threads.cpp (.../Threads.cpp) (revision 1c18f738693756ca1f0342c2cc158e32bc28f90b) +++ sources/Threads.cpp (.../Threads.cpp) (revision 2dd767833cf0cf706c457951c2d78e7e20aff768) @@ -35,7 +35,7 @@ QThread _Logger_Thread ; QThread _Application_Thread ; QThread _Wifi_Thread ; - + QThread _Bluetooth_Thread ; /*! * \brief registerTypes * \details this method has to be called before any class which uses these types @@ -90,9 +90,10 @@ quitThread(_CanAcknow_Thread ); quitThread(_CanMessage_Thread ); quitThread(_DeviceController_Thread ); - quitThread(_Logger_Thread ); + quitThread(_Bluetooth_Thread ); quitThread(_Wifi_Thread ); quitThread(_Application_Thread ); + quitThread(_Logger_Thread ); } // coco end }