Index: denali.pro.user =================================================================== diff -u -r3779eaac00ecfa03d5b0405171ab68a0e0ff5538 -rf7394a2cb3477d81896b9993308dd9654cd3e42e --- denali.pro.user (.../denali.pro.user) (revision 3779eaac00ecfa03d5b0405171ab68a0e0ff5538) +++ denali.pro.user (.../denali.pro.user) (revision f7394a2cb3477d81896b9993308dd9654cd3e42e) @@ -1,14 +1,14 @@ - + EnvironmentId {67370740-e20f-4fc6-be45-6652e866a8bf} ProjectExplorer.Project.ActiveTarget - 1 + 0 ProjectExplorer.Project.EditorSettings @@ -86,10 +86,10 @@ ProjectExplorer.Project.Target.0 - Qt 5.12.5 (iMX8) - Qt 5.12.5 (iMX8) - {5d6458ef-f917-4aef-a092-c77bbe106149} - 0 + Desktop Qt 5.12.5 GCC 64bit + Desktop Qt 5.12.5 GCC 64bit + qt.qt5.5125.gcc_64_kit + 1 0 0 Index: sources/bluetooth/BluetoothInterface.cpp =================================================================== diff -u -r3e64d98e243484505a44d99b13826097cb6b01eb -rf7394a2cb3477d81896b9993308dd9654cd3e42e --- sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision 3e64d98e243484505a44d99b13826097cb6b01eb) +++ sources/bluetooth/BluetoothInterface.cpp (.../BluetoothInterface.cpp) (revision f7394a2cb3477d81896b9993308dd9654cd3e42e) @@ -77,13 +77,14 @@ void BluetoothInterface::quit() { if ( ! _isValid ) return; - // coco begin validated: Application termination is not correctly done in coco!!! - // it has been tested and works perfectly fine in normal run. - quitThread(); // validated if ( _local ) _local ->deleteLater(); if ( _agent ) _agent ->deleteLater(); quitDevice(); + + // coco begin validated: Application termination is not correctly done in coco!!! + // it has been tested and works perfectly fine in normal run. + quitThread(); // validated } // coco end Index: sources/device/DeviceController.h =================================================================== diff -u -re8262d170bb94046ddb767074a31530bdf4a2319 -rf7394a2cb3477d81896b9993308dd9654cd3e42e --- sources/device/DeviceController.h (.../DeviceController.h) (revision e8262d170bb94046ddb767074a31530bdf4a2319) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision f7394a2cb3477d81896b9993308dd9654cd3e42e) @@ -112,6 +112,8 @@ QFileSystemWatcher _fileSystemWatcher; + //TODO: all of these should use the TimesProcess (instead of QProcess) + // to be able to kill the process automatically after the set time out. DEVICE_DEV_DEFINITION_LIST public slots: