Index: sources/ApplicationController.cpp =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r79e076cece4ba503be6c3834eb68d1e5cb1b882f --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) @@ -75,7 +75,7 @@ */ void ApplicationController::quit() { - // coco begin validated: Application termination is not correctly done in coco!!! + // 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 } @@ -173,7 +173,7 @@ */ void ApplicationController::quitThread() { - // coco begin validated: Application termination is not correctly done in coco!!! + // 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; @@ -233,7 +233,7 @@ */ void ApplicationController::onUSBDriveMount () { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveMount(); } @@ -246,7 +246,7 @@ */ void ApplicationController::onUSBDriveUmount() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveUmount(); } @@ -259,7 +259,7 @@ */ void ApplicationController::onUSBDriveRemove() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didUSBDriveRemove(); } @@ -274,7 +274,7 @@ */ void ApplicationController::onSDCardStateChange(bool vIsReady, bool vIsReadOnly) { - // coco begin validated: This needs user interaction to plug-in SD Card + // disabled coco begin validated: This needs user interaction to plug-in SD Card // has been tested manually /// DEBUG: qDebug() << " ***** ApplicationController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); @@ -288,7 +288,7 @@ */ void ApplicationController::onSDCardSpaceTooLow(quint8 vAvailablePercent) { - // coco begin validated: This needs user interaction to plug-in SD Card + // disabled coco begin validated: This needs user interaction to plug-in SD Card // has been tested manually emit didSDCardSpaceTooLow(vAvailablePercent); } @@ -300,7 +300,7 @@ */ void ApplicationController::onExportLog() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually LOG_EXPORT; } @@ -312,7 +312,7 @@ */ void ApplicationController::onExport() { - // coco begin validated: This needs user interaction to plug-in USB device + // disabled coco begin validated: This needs user interaction to plug-in USB device // has been tested manually emit didExport(); } @@ -355,7 +355,7 @@ */ void ApplicationController::createFakeSequencedLongMessage(QVariantList &vData, const int vFakeDataLen) { - // coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing + // disabled coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing // will never be executed on the product // has been tested manually QByteArray data; @@ -411,7 +411,7 @@ */ void ApplicationController::createFakeSeqAtBeginLongMessage(QVariantList &vData, const int vFakeDataLen) { - // coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing + // disabled coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing // will never be executed on the product // has been tested manually QByteArray data;