Index: sources/ApplicationController.cpp =================================================================== diff -u -r5605f930ab5cd1a62b96347f4b4300ef30a830ee -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 5605f930ab5cd1a62b96347f4b4300ef30a830ee) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -79,7 +79,7 @@ // it has been tested and works perfectly fine in normal run. quitThread(); // validated } -// coco end +// disabled coco end /*! * \brief ApplicationController::initConnections @@ -181,7 +181,7 @@ // runs in thread moveToThread(qApp->thread()); // validated } -// coco end +// disabled coco end /*! * \brief ApplicationController::onFailedTransmit @@ -237,7 +237,7 @@ // has been tested manually emit didUSBDriveMount(); } -// coco end +// disabled coco end /*! * \brief ApplicationController::onUSBDriveRemove @@ -250,7 +250,7 @@ // has been tested manually emit didUSBDriveUmount(); } -// coco end +// disabled coco end /*! * \brief ApplicationController::onUSBDriveRemove @@ -263,7 +263,7 @@ // has been tested manually emit didUSBDriveRemove(); } -// coco end +// disabled coco end /*! * \brief ApplicationController::onSDCardStateChange @@ -279,7 +279,7 @@ /// DEBUG: qDebug() << " ***** ApplicationController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); } -// coco end +// disabled coco end /*! * \brief ApplicationController::onSDCardSpaceTooLow @@ -292,7 +292,7 @@ // has been tested manually emit didSDCardSpaceTooLow(vAvailablePercent); } -// coco end +// disabled coco end /*! * \brief ApplicationController::onExportLog @@ -304,7 +304,7 @@ // has been tested manually LOG_EXPORT; } -// coco end +// disabled coco end /*! * \brief ApplicationController::onExport @@ -316,7 +316,7 @@ // has been tested manually emit didExport(); } -// coco end +// disabled coco end /*! * \brief ApplicationController::keepAlive @@ -339,7 +339,7 @@ createFakeSequencedLongMessage (mData, mFakeDataLen); } } - // coco end + // disabled coco end else { mData += static_cast(GuiActionData::NoData); } @@ -401,7 +401,7 @@ vData += gFakeData; } } -// coco end +// disabled coco end /*! * \brief ApplicationController::createFakeSequencedAtBeginLongMessage @@ -462,7 +462,7 @@ vData += gFakeData; } } -// coco end +// disabled coco end /*! * \brief ApplicationController::initSettings