Index: sources/gui/guiview.cpp =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/gui/guiview.cpp (.../guiview.cpp) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ sources/gui/guiview.cpp (.../guiview.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 guiview.cpp * \author (last) Behrouz NematiPour * \date (last) 21-May-2020 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 - * + * */ #include "guiview.h" @@ -87,7 +87,7 @@ */ void GuiView::doActionTransmit(GuiActionType vAction, const QVariantList &vData) { - // TODO : Remove this code later when Investigated throughly. + // TODO : Remove this code later when Investigated thoroughly. // coco begin validated: This code later needs to be removed when Investigated thoroughly. // has been tested manually emit didActionTransmit(vAction, vData); @@ -105,8 +105,8 @@ void GuiView::doActionTransmit(GuiActionType vAction, const QVariant &vData) { - // TODO : Remove this code later when Investigated throughly. - // coco begin validated: This code later needs to be removed when Investigated throughly. + // TODO : Remove this code later when Investigated thoroughly. + // coco begin validated: This code later needs to be removed when Investigated thoroughly. // has been tested manually QVariantList mData; mData += vData;