Index: sources/gui/GuiController.h =================================================================== diff -u -r0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/GuiController.h (.../GuiController.h) (revision 0eb3d05f90d7ed90eadfab6c0c1db76fa2a70fb6) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-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 GuiController.h * \author (last) Behrouz NematiPour - * \date (last) 18-Jul-2023 + * \date (last) 10-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -92,7 +92,7 @@ void onExportStat (quint32 vIndex, const QString &vFileName, quint8 vPercent); void onFailedTransmit(Sequence seq); - void onPOSTPass (bool vPass); + void onPOSTPass (bool vPass); signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG