Index: sources/view/hd/alarm/VAlarmActiveList.h =================================================================== diff -u -r4a67c01045f365be38f1a12a8572c0070d343e1e -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.h) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) +++ sources/view/hd/alarm/VAlarmActiveList.h (.../VAlarmActiveList.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 VAlarmActiveList.h * \author (last) Behrouz NematiPour - * \date (last) 10-Aug-2021 + * \date (last) 10-Feb-2023 * \author (original) Behrouz NematiPour * \date (original) 27-May-2021 * @@ -21,6 +21,7 @@ #include "main.h" // Doxygen : do not remove #include "VAdjustmentResponseBase.h" #include "MAlarmActiveList.h" +#include "MSettings.h" namespace View { @@ -38,6 +39,8 @@ // friends friend class ::tst_views; + QMap _alarmTitles; + // disabled coco begin validated: // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI @@ -72,7 +75,9 @@ PROPERTY(QString , status , "") - VIEW_DEC_CLASS_ADJUSTMENT(VAlarmActiveList, AlarmActiveListResponseData) + VIEW_DEC_CLASS ( VAlarmActiveList ) + VIEW_DEC_SLOT ( AlarmActiveListResponseData ) + VIEW_DEC_SLOT ( SettingsData ) QString alarmIDText(quint32 vID);