Index: sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.cpp =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -rcc1e9d6d55c816f3fcd626dc6948cca24da283b3 --- sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.cpp (.../VTreatmentAdjustmentResponseBase.cpp) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/view/hd/adjustment/VTreatmentAdjustmentResponseBase.cpp (.../VTreatmentAdjustmentResponseBase.cpp) (revision cc1e9d6d55c816f3fcd626dc6948cca24da283b3) @@ -6,10 +6,10 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file VTreatmentAdjustmentResponseBase.cpp - * \author (last) Behrouz NemaiPour - * \date (last) 19-Jun-2020 - * \author (original) Behrouz NemaiPour - * \date (original) 08-Jun-2020 + * \author (last) Behrouz NematiPour + * \date (last) 16-Oct-2020 + * \author (original) Behrouz NematiPour + * \date (original) 26-Aug-2020 * */ #include "VTreatmentAdjustmentResponseBase.h" @@ -20,7 +20,6 @@ VIEW_DEF_CLASS(VTreatmentAdjustmentResponseBase) void VTreatmentAdjustmentResponseBase::initConnections() { } - /*! * \brief VTreatmentAdjustmentResponseBase::reasonText * \details this code is the place holder for the alarms description mapping @@ -45,10 +44,10 @@ /*! * \brief View::VTreatmentAdjustmentResponseBase::text - * \details The slot to ge the Reason Description + * \details The slot to get the Reason Description * \return Reason description as string */ -QString View::VTreatmentAdjustmentResponseBase::text() +QString VTreatmentAdjustmentResponseBase::text() { QString text; if (_adjustment_Reason != GuiRequestReasons::REQUEST_REJECT_REASON_NONE)