Index: sources/gui/guicontroller.cpp =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ sources/gui/guicontroller.cpp (.../guicontroller.cpp) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 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.cpp * \author (last) Peter Lucia * \date (last) 25-Jun-2020 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 - * + * */ #include "guicontroller.h" @@ -136,7 +136,7 @@ initConnections(); - LOG_EVENT(QObject::tr("%1 Initialized").arg(metaObject()->className())); + LOG_EVENT("UI," + tr("%1 Initialized").arg(metaObject()->className())); return true; } @@ -181,7 +181,7 @@ // Process the GuiView Request. // It can be processed in GuiController take action and notify GuiView switch (vAction) { - case GuiActionType::PowerOff: + case GuiActionType::ID_PowerOff: //qApp->quit(); // GUI Controller decides (loop back) @@ -284,7 +284,7 @@ /*! * \brief GuiController::didFailedTransmit - * Raises an HD communiation timeout alarm if communication with HD is lost. + * Raises an HD communication timeout alarm if communication with HD is lost. * \param seq - Sequence that failed to transmit */ void GuiController::didFailedTransmit(Sequence seq)