Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r7220e36b52cac1f682e49469de80426e0f0c571e -r322c96960f4828abdd6cf9914d2a0797c2887e12 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 7220e36b52cac1f682e49469de80426e0f0c571e) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 322c96960f4828abdd6cf9914d2a0797c2887e12) @@ -90,11 +90,8 @@ if ( _agent ) _agent ->deleteLater(); quitDevice(); - // disabled coco begin validated: Application termination is not correctly done in coco!!! - // it has been tested and works perfectly fine in normal run. quitThread(); // validated } -// disabled coco end /*! @@ -122,15 +119,10 @@ */ void BluetoothInterface::quitThread() { - // disabled coco begin validated: Application termination is not correctly done in coco!!! - // it has been tested and works perfectly fine in normal run. - if ( ! _thread ) return; - // runs in thread moveToThread(qApp->thread()); // validated } -// disabled coco end // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // ~~~~~~~~~~ THREAD SAFE state change notifications.~~~~~~~~~~ //