Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -rccba568494c6b7214116f818a0ac89d0fa3ba81b -r11560b63360025c294edabc6f5f6da97ad1f20c3 --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision ccba568494c6b7214116f818a0ac89d0fa3ba81b) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 11560b63360025c294edabc6f5f6da97ad1f20c3) @@ -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.~~~~~~~~~~ //