Index: sources/view/VAdjustmentResponseBase.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -55,18 +55,15 @@ QMap _rejects; - // disabled coco begin validated: // The adjustment_Reason property as quint32 is not used directly in GUI // it will be used as QString text. - // has been manually tested that it works perfectly fine if used. // this property changed to trigger since it has been found out during tests that the reason could be same but has to be shown again. TRIGGER ( quint32 , adjustment_Reason , 0) - // disabled coco end PROPERTY( bool , adjustment_Accepted , 0) Q_PROPERTY(QString adjustment_ReasonText READ text NOTIFY adjustment_ReasonTriggered) - + VIEW_DEC_CLASS(VAdjustmentResponseBase) VIEW_DEC_SLOT (SettingsData )