Index: sources/gui/guiview.cpp =================================================================== diff -u -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc -r70a248b93720a46cb3a0f60b092698acd2acc7c1 --- sources/gui/guiview.cpp (.../guiview.cpp) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) +++ sources/gui/guiview.cpp (.../guiview.cpp) (revision 70a248b93720a46cb3a0f60b092698acd2acc7c1) @@ -1,6 +1,6 @@ /*! * - * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright \n * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n * IN PART OR IN WHOLE, \n @@ -22,7 +22,9 @@ /*! * \brief GuiView::GuiView - * \param parent + * \details Constructor + * \param parent - QObject parent owner object. + * Qt handles the children destruction by their parent objects life-cycle. */ GuiView::GuiView(QQuickItem *parent) { @@ -183,7 +185,7 @@ */ QString GuiView::alarmIDName(GuiAlarmID vEnum) { - // this code is the place holder for the alarms description mapping + // TEST : this code is the place holder for the alarms description mapping // since it is another feature // it returns the enum name for now const QMetaObject *mo = qt_getEnumMetaObject(vEnum);