/*! * * Copyright (c) 2020-2024 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) 01-Nov-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 * */ #pragma once // Qt #include #include // Project class tst_threads : public QObject { Q_OBJECT public: explicit tst_threads(QObject *parent = nullptr); private slots: void initTestCase(); void tst_Thread_init(); void tst_Thread_names(); };