Index: sources/gui/GuiController.cpp =================================================================== diff -u -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 -r93de4db27ee2a98fbcdde09328775bd949fb2378 --- sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) +++ sources/gui/GuiController.cpp (.../GuiController.cpp) (revision 93de4db27ee2a98fbcdde09328775bd949fb2378) @@ -328,10 +328,12 @@ */ void GuiController::onFailedTransmit(Sequence seq) { + // coco begin validated: Has been validated manually Q_UNUSED(seq); AlarmStatusData data = AlarmGenerator::ALARM_ID_HD_COMM_TIMEOUT(); emit didActionReceive(data); } +// coco end /*! * \brief GuiController::doAlertRequest