Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -raaf98fec556f719e9a65ce3f0376e2fd1d504bde -r00d9bb06ec2bad14f6dc2db678b750c244f694ef --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision aaf98fec556f719e9a65ce3f0376e2fd1d504bde) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) @@ -17,7 +17,7 @@ #include // Project -#include "vtreatmentadjustmentresponsebase.h" +#include "VTreatmentAdjustmentResponseBase.h" namespace View { @@ -34,15 +34,15 @@ // 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( qint32 , target , 0 ) - PROPERTY( bool , isStarted , false ) - PROPERTY( bool , isDisabled , false ) // the Saline is disabled due to maximum cumulative volume reached. + PROPERTY( qint32 , target , 0 ); + PROPERTY( bool , isStarted , false ); + PROPERTY( bool , isDisabled , false ); // the Saline is disabled due to maximum cumulative volume reached. - VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentSaline, AdjustSalineResponseData) - VIEW_DEC_SLOT(TreatmentStatesData) + VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentSaline, AdjustSalineResponseData); + VIEW_DEC_SLOT(TreatmentStatesData); // ---------- Start/Stop Saline Bolus public slots: