Index: sources/model/mtreatmentadjustultrafiltrationresponse.h =================================================================== diff -u -r03de7d132838c54a23862809357c42102b6dab99 -r0bcf15697b32bd20e8f9c2cd780b2eef739a4ee8 --- sources/model/mtreatmentadjustultrafiltrationresponse.h (.../mtreatmentadjustultrafiltrationresponse.h) (revision 03de7d132838c54a23862809357c42102b6dab99) +++ sources/model/mtreatmentadjustultrafiltrationresponse.h (.../mtreatmentadjustultrafiltrationresponse.h) (revision 0bcf15697b32bd20e8f9c2cd780b2eef739a4ee8) @@ -37,10 +37,10 @@ float mVolume = 0; /*!< volume value of type float extracted out */ quint32 mDuration = 0; /*!< duration value of type quint32 extracted out */ - quint32 mDurationDiff= 0; /*!< durationDiff value of type quint32 extracted out */ + qint32 mDurationDiff= 0; /*!< durationDiff value of type quint32 extracted out */ float mRate = 0; /*!< rate value of type float extracted out */ float mRateDiff = 0; /*!< rateDiff value of type float extracted out */ - float mRateCurr = 0; /*!< rateCurr value of type float extracted out */ + float mRateOld = 0; /*!< rateOld value of type float extracted out */ }; private: @@ -50,10 +50,10 @@ Types::F32 mVolume ; Types::U32 mDuration ; - Types::U32 mDurationDiff ; + Types::S32 mDurationDiff ; Types::F32 mRate ; Types::F32 mRateDiff ; - Types::F32 mRateCurr ; + Types::F32 mRateOld ; } _data; public: