Index: sources/device/DeviceError.cpp =================================================================== diff -u -r7f61c3b45a50145fe5c245018d481d6266166fa6 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/device/DeviceError.cpp (.../DeviceError.cpp) (revision 7f61c3b45a50145fe5c245018d481d6266166fa6) +++ sources/device/DeviceError.cpp (.../DeviceError.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 DeviceError.cpp * \author (last) Behrouz NematiPour - * \date (last) 12-Dec-2021 + * \date (last) 22-Oct-2023 * \author (original) Behrouz NematiPour * \date (original) 06-Jun-2021 * @@ -35,6 +35,7 @@ QT_TR_NOOP("The requested value is incorrect." ), // eDevice_Scripts_Error_Incorrect_Req QT_TR_NOOP("The response value is incorrect." ), // eDevice_Scripts_Error_Incorrect_Rsp + QT_TR_NOOP("The watch file cannot be created." ), // eDevice_Watch_Error_NotCreate QT_TR_NOOP("The watch file is not found." ), // eDevice_Watch_Error_NotFound QT_TR_NOOP("The watch file cannot be added." ), // eDevice_Watch_Error_NotAdded