Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -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.~~~~~~~~~~ //