Index: sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/hd/adjustment/VTreatmentAdjustmentUltrafiltrationState.h (.../VTreatmentAdjustmentUltrafiltrationState.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -5,7 +5,7 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file vtreatmentadjustmentultrafiltrationstate.h + * \file VTreatmentAdjustmentUltrafiltrationState.h * \author (last) Behrouz NemaiPour * \date (last) 09-Jun-2020 * \author (original) Behrouz NemaiPour @@ -17,6 +17,8 @@ #include // Project +#include "main.h" // Doxygen : don't remove +#include "VView.h" #include "VTreatmentAdjustmentResponseBase.h" namespace View { @@ -34,14 +36,14 @@ // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine - TRIGGER( bool , adjustment , 0); + TRIGGER( bool , adjustment , 0) // coco end - PROPERTY( bool , isPaused , false); + PROPERTY( bool , isPaused , false) VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentUltrafiltrationState, AdjustUltrafiltrationStateResponseData) -// ---------- Pause Ultrafiltration + // ---------- Pause Ultrafiltration public slots: void doPause (); void doResume();