Index: unittests/tst_threads.h =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -red5d989264015440d9da6d0830679394a323cf55 --- unittests/tst_threads.h (.../tst_threads.h) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ unittests/tst_threads.h (.../tst_threads.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_threads.h * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 - * + * */ #pragma once @@ -29,11 +29,8 @@ explicit tst_threads(QObject *parent = nullptr); private slots: - void initTestCase(); void tst_Thread_init(); void tst_Thread_names(); - }; -