Index: sources/view/hd/alarm/VAlarmActiveList.cpp =================================================================== diff -u -r4031460ae781a88ba9ad6247a28e4d35aeadf9c0 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision 4031460ae781a88ba9ad6247a28e4d35aeadf9c0) +++ sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2023 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.cpp * \author (last) Behrouz NematiPour - * \date (last) 10-Feb-2023 + * \date (last) 13-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 27-May-2021 * @@ -118,7 +118,7 @@ for (const auto &group : groups) { bool ok = true; quint32 id = group.toInt( &ok ); - if ( ! ok ) { LOG_DEBUG(QString("Not an alarm ID number [%1]").arg(group)); continue; } + if ( ! ok ) { LOG_DEBUG(QString("Invalid Alarm List ID [%1]").arg(group)); continue; } for (const QString &key : _Settings.keys(category, group)) { if (Storage::Settings::isKeyListTitle ( key ) ) {