Index: sources/gui/GuiController.cpp =================================================================== diff -u -r79e076cece4ba503be6c3834eb68d1e5cb1b882f -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -60,7 +60,7 @@ // it has been tested and works perfectly fine in normal run. quitThread(); // validated } -// coco end +// disabled coco end /*! * \brief GuiController::initConnections @@ -121,7 +121,7 @@ _thread->start(); moveToThread(_thread); } -// coco end +// disabled coco end /*! * \brief GuiController::quitThread @@ -137,7 +137,7 @@ // runs in thread moveToThread(qApp->thread()); // validated } -// coco end +// disabled coco end /*! * \brief GuiController initializer @@ -169,7 +169,7 @@ // disabled coco begin validated: This is a sample code and currently does nothing // The handleTransmit is a place holder and currently has not been used. if (! handleTransmit(vAction, vData)) { - // coco end + // disabled coco end emit didActionTransmit(vAction, vData); } } @@ -214,7 +214,7 @@ } return false; } -// coco end +// disabled coco end /*! * \brief Action commanded by HD @@ -241,7 +241,7 @@ // has been tested manually emit didUSBDriveMount(); } -// coco end +// disabled coco end /*! * \brief GuiController::doUSBDriveUmount @@ -254,7 +254,7 @@ // has been tested manually emit didUSBDriveUmount(); } -// coco end +// disabled coco end /*! * \brief GuiController::onUSBDriveRemove @@ -267,7 +267,7 @@ // has been tested manually emit didUSBDriveRemove(); } -// coco end +// disabled coco end /*! * \brief GuiController::onSDCardStateChange @@ -283,7 +283,7 @@ /// DEBUG: qDebug() << " ***** GuiController " << Storage::SDCard_Base_Path_Name << vIsReady; emit didSDCardStateChange(vIsReady, vIsReadOnly); } -// coco end +// disabled coco end /*! @@ -297,7 +297,7 @@ // has been tested manually emit didSDCardSpaceTooLow(vAvailablePercent); } -// coco end +// disabled coco end /*! * \brief GuiController::onExport @@ -310,7 +310,7 @@ // has been tested manually emit didExport(); } -// coco end +// disabled coco end /*! * \brief GuiController::doExportLog @@ -323,7 +323,7 @@ // has been tested manually emit didExportLog(); } -// coco end +// disabled coco end /*! * \brief GuiController::didFailedTransmit