Index: sources/view/settings/VDateTime.h =================================================================== diff -u -rec7f919fdb70ff29a8de627937e4ad7008e59c1c -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/settings/VDateTime.h (.../VDateTime.h) (revision ec7f919fdb70ff29a8de627937e4ad7008e59c1c) +++ sources/view/settings/VDateTime.h (.../VDateTime.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2022 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 VDateTime.h - * \author (last) Behrouz NematiPour - * \date (last) 01-Nov-2021 + * \author (last) Vy + * \date (last) 16-Aug-2023 * \author (original) Behrouz NematiPour * \date (original) 16-Apr-2021 * @@ -24,6 +24,7 @@ #include "VAdjustmentResponseBase.h" #include "MAdjustHDDateTimeResponse.h" #include "MAdjustDGDateTimeResponse.h" +#include "MHDRTCEpochData.h" // forward declarations @@ -97,6 +98,7 @@ VIEW_DEC_CLASS(VDateTime) VIEW_DEC_SLOT (AdjustHDDateTimeResponseData) VIEW_DEC_SLOT (AdjustDGDateTimeResponseData) + VIEW_DEC_SLOT (HDRTCEpochData) void greeting(quint16 vMilitaryTime); @@ -111,6 +113,7 @@ const QString &vHour , const QString &vMinute); + void onSetDateUIErrored(QProcess::ProcessError error); signals: void didAdjustment(const AdjustHDDateTimeRequestData); void didAdjustment(const AdjustDGDateTimeRequestData);