Index: sources/view/td/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.cpp =================================================================== diff -u -r9403146058e7c4cef17bd542bbd39bbf032be9f3 -rfb1185f1c17778a9f8b300170d8d635a1532f6b4 --- sources/view/td/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.cpp (.../VPreTreatmentAdjustmentWaterSample.cpp) (revision 9403146058e7c4cef17bd542bbd39bbf032be9f3) +++ sources/view/td/adjustment/pretreatment/VPreTreatmentAdjustmentWaterSample.cpp (.../VPreTreatmentAdjustmentWaterSample.cpp) (revision fb1185f1c17778a9f8b300170d8d635a1532f6b4) @@ -17,6 +17,9 @@ // Project #include "GuiController.h" +// Qt +#include + VIEW_DEF_CLASS_ADJUSTMENT(VPreTreatmentAdjustmentWaterSample) /*! \brief Connection Initializer @@ -37,7 +40,9 @@ adjustment_Accepted ( vData.mAccepted ); adjustment_Reason ( vData.mReason ); - resultValue (vData.mValue ); + QDateTime currentDateTime = QDateTime::currentDateTime(); + resultValue (vData.mValue ); + resultTime (currentDateTime.toString(_Settings.getDatetimeFormat())); // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. ***