Index: sources/view/settings/VHDUsageInfo.h =================================================================== diff -u -rb6232218bc2ae9dcd509e92af5ced52a58629499 -rc4dffe90d1a236a107599027b0b4248d25314af6 --- sources/view/settings/VHDUsageInfo.h (.../VHDUsageInfo.h) (revision b6232218bc2ae9dcd509e92af5ced52a58629499) +++ sources/view/settings/VHDUsageInfo.h (.../VHDUsageInfo.h) (revision c4dffe90d1a236a107599027b0b4248d25314af6) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2023-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 VAdjustmentVersions.h - * \author (last) Behrouz NematiPour - * \date (last) 23-May-2022 - * \author (original) Behrouz NematiPour - * \date (original) 16-Apr-2021 + * \file VHDUsageInfo.h + * \author (last) Dara Navaei + * \date (last) 19-Sep-2024 + * \author (original) Vy + * \date (original) 08-Sep-2023 * */ #pragma once @@ -21,6 +21,7 @@ #include "VAdjustmentResponseBase.h" #include "MAdjustHDRequests.h" #include "MHDUsageInfoResponse.h" +#include "MSettings.h" namespace View { @@ -38,6 +39,7 @@ friend class ::tst_views; HDUsageInfoRequestData _data; + QString _dateFormat = "yyyy/MM/dd"; // disabled coco begin validated: // The property adjustment_Triggered has to be always true @@ -54,6 +56,7 @@ VIEW_DEC_CLASS(VHDUsageInfo) VIEW_DEC_SLOT (HDUsageInfoResponseData) + VIEW_DEC_SLOT (SettingsData) // ---------- Version public slots: