Index: unittests/tst_logging.cpp =================================================================== diff -u -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc -r8c69137f18382bdc55a5678e6ed44a7683fe4dea --- unittests/tst_logging.cpp (.../tst_logging.cpp) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) +++ unittests/tst_logging.cpp (.../tst_logging.cpp) (revision 8c69137f18382bdc55a5678e6ed44a7683fe4dea) @@ -22,6 +22,12 @@ using namespace Storage; +/*! + * \brief tst_logging::tst_logging + * \details Constructor + * \param parent - QObject parent owner object. + * Qt handles the children destruction by their parent objects life-cycle. + */ tst_logging::tst_logging(QObject *parent) : QObject(parent) { } // void tst_logging::initTestCase_data()