Index: sources/gui/GuiController.cpp =================================================================== diff -u -r79a6cfcb10472261f3ec26eaf0baf6f1245cd311 -r7ebc073150532073ae7f1a0e768272bcff5d6fb3 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 79a6cfcb10472261f3ec26eaf0baf6f1245cd311) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 7ebc073150532073ae7f1a0e768272bcff5d6fb3) @@ -306,11 +306,8 @@ */ void GuiController::onExport() { - // disabled coco begin validated: This needs user interaction to export to USB device - // has been tested manually emit didExport(); } -// disabled coco end /*! * \brief GuiController::doExportLog @@ -319,13 +316,30 @@ */ void GuiController::doExportLog() { - // disabled coco begin validated: This needs user interaction to export to USB device - // has been tested manually emit didExportLog(); } -// disabled coco end /*! + * \brief GuiController::doExportService + * \details emits didExportService signal to notify other classes (ApplicationController) + * , the User requested to export the log. + */ +void GuiController::doExportService() +{ + emit didExportService(); +} + +/*! + * \brief GuiController::doExportTreatment + * \details emits didExportTreatment signal to notify other classes (ApplicationController) + * , the User requested to export the log. + */ +void GuiController::doExportTreatment() +{ + emit didExportTreatment(); +} + +/*! * \brief GuiController::didFailedTransmit * \details Raises an HD communication timeout alarm if communication with HD is lost. * \param seq - Sequence that failed to transmit