Index: sources/configuration/display.cpp =================================================================== diff -u -r781e62c996e81897517fbdb1bc79fe3bbcf165c1 -r8c69137f18382bdc55a5678e6ed44a7683fe4dea --- sources/configuration/display.cpp (.../display.cpp) (revision 781e62c996e81897517fbdb1bc79fe3bbcf165c1) +++ sources/configuration/display.cpp (.../display.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 @@ -17,8 +17,9 @@ /*! * \brief display::display - * CTOR - * \param parent + * \details Constructor + * \param parent - QObject parent owner object. + * Qt handles the children destruction by their parent objects life-cycle. */ display::display(QObject *parent) : QObject(parent) {