Index: sources/model/hd/data/treatment/MTreatmentRecirculateData.h =================================================================== diff -u -r61dfcbb2c8f58d1190a6665c4ad9427db76b51cc -r45cc119e54711893ccc2b9d600412b8f51b7764f --- sources/model/hd/data/treatment/MTreatmentRecirculateData.h (.../MTreatmentRecirculateData.h) (revision 61dfcbb2c8f58d1190a6665c4ad9427db76b51cc) +++ sources/model/hd/data/treatment/MTreatmentRecirculateData.h (.../MTreatmentRecirculateData.h) (revision 45cc119e54711893ccc2b9d600412b8f51b7764f) @@ -36,8 +36,7 @@ * * | Payload || * | || - * | #1:(U32) | \ref Data::mTimeoutTotal | - * | #2:(U32) | \ref Data::mTimeoutCountDown| + * | #1:(U32) | \ref Data::mTimeoutCountDown| * * \sa Data * \sa MAdjustRecirculateReq : Recirculate Request @@ -59,7 +58,6 @@ QVariantList parameters() const override; struct { - Types::U32 mTimeoutTotal ; Types::U32 mTimeoutCountDown; } _data; @@ -70,7 +68,6 @@ QString infoText() const override { return QString("Recirculate") ; } struct Data { - quint32 mTimeoutTotal = 0; ///< Total Timeout of Recirculate delivery quint32 mTimeoutCountDown = 0; ///< Current Timeout count down of Recirculate delivery };