Index: sources/maintimer.cpp =================================================================== diff -u -r56d00a82669a7a2c00ab90109a89dbec8db27527 -r8c69137f18382bdc55a5678e6ed44a7683fe4dea --- sources/maintimer.cpp (.../maintimer.cpp) (revision 56d00a82669a7a2c00ab90109a89dbec8db27527) +++ sources/maintimer.cpp (.../maintimer.cpp) (revision 8c69137f18382bdc55a5678e6ed44a7683fe4dea) @@ -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 @@ -19,8 +19,10 @@ #include "logger.h" /*! - * \brief MainTimer Constructor - * \param parent + * \brief MainTimer::MainTimer + * \details Constructor + * \param parent - QObject parent owner object. + * Qt handles the children destruction by their parent objects life-cycle. */ MainTimer::MainTimer(QObject *parent) : QObject(parent) { }