Index: sources/view/VAdjustmentResponseBase.h =================================================================== diff -u -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f -r22b7b49b9e973ea560eee30ecb48aa982555bf54 --- sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) +++ sources/view/VAdjustmentResponseBase.h (.../VAdjustmentResponseBase.h) (revision 22b7b49b9e973ea560eee30ecb48aa982555bf54) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file VAdjustmentResponseBase.h * \author (last) Behrouz NematiPour - * \date (last) 16-Apr-2021 + * \date (last) 18-Apr-2022 * \author (original) Behrouz NematiPour - * \date (original) 26-Aug-2020 + * \date (original) 16-Apr-2021 * */ #pragma once @@ -18,7 +18,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "VView.h" #include "MAdjustHDRequests.h" #include "MAdjustDGRequests.h" @@ -48,13 +48,13 @@ // friends friend class ::tst_views; - // coco begin validated: + // 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) - // coco end + // disabled coco end PROPERTY( bool , adjustment_Accepted , 0)