Index: sources/gui/GuiView.cpp =================================================================== diff -u -r79e076cece4ba503be6c3834eb68d1e5cb1b882f -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/gui/GuiView.cpp (.../GuiView.cpp) (revision 79e076cece4ba503be6c3834eb68d1e5cb1b882f) +++ sources/gui/GuiView.cpp (.../GuiView.cpp) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -101,7 +101,7 @@ // has been tested manually emit didActionTransmit(vAction, vData); } -// coco end +// disabled coco end /*! * \brief GuiView::doActionTransmit @@ -121,7 +121,7 @@ mData += vData; emit didActionTransmit(vAction, mData); } -// coco end +// disabled coco end /*! * \brief GuiView::doUSBDriveMount @@ -136,7 +136,7 @@ usbRemoved (false); emit didUSBDriveMount (); } -// coco end +// disabled coco end /*! * \brief GuiView::doUSBDriveUmount @@ -151,7 +151,7 @@ usbRemoved (false); emit didUSBDriveUmount(); } -// coco end +// disabled coco end /*! * \brief GuiView::doUSBDriveRemove @@ -166,7 +166,7 @@ usbRemoved (true ); emit didUSBDriveRemove(); } -// coco end +// disabled coco end /*! * \brief GuiView::onSDCardStateChange @@ -183,7 +183,7 @@ sdIsReady (vIsReady ); sdIsReadOnly(vIsReadOnly); } -// coco end +// disabled coco end /*! * \brief GuiController::doSDCardSpaceTooLow @@ -196,7 +196,7 @@ // has been tested manually sdTooLowPecent(vAvailablePercent); } -// coco end +// disabled coco end /*! * \brief GuiView::onExport @@ -209,7 +209,7 @@ // has been tested manually emit didExport(); } -// coco end +// disabled coco end /*! * \brief GuiView::doExportLog @@ -222,7 +222,7 @@ // has been tested manually emit didExportLog(); } -// coco end +// disabled coco end /*! * \brief GuiView::onSDCardSpaceChange @@ -246,4 +246,4 @@ sdPercent ( vPercent ); sdIsLow ( vPercent <= Storage::Available_Space_Percent ); } -// coco end +// disabled coco end