Index: unittests/tst_logging.h =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -red5d989264015440d9da6d0830679394a323cf55 --- unittests/tst_logging.h (.../tst_logging.h) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ unittests/tst_logging.h (.../tst_logging.h) (revision ed5d989264015440d9da6d0830679394a323cf55) @@ -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 tst_logging.h * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour * \date (original) 08-Jan-2020 - * + * */ #pragma once @@ -30,8 +30,6 @@ explicit tst_logging(QObject *parent = nullptr); private slots: - - // will be called before the first test function is executed. void initTestCase(); @@ -55,4 +53,3 @@ void readUnknown(); }; -