File indexing completed on 2024-10-13 09:26:20
0001 /* 0002 File : AnalysisTest.h 0003 Project : LabPlot 0004 Description : Tests any analysis method 0005 -------------------------------------------------------------------- 0006 SPDX-FileCopyrightText: 2018 Stefan Gerlach <stefan.gerlach@uni.kn> 0007 0008 SPDX-License-Identifier: GPL-2.0-or-later 0009 */ 0010 #ifndef ANALYSISTEST_H 0011 #define ANALYSISTEST_H 0012 0013 #include "../CommonTest.h" 0014 0015 class AnalysisTest : public CommonTest { 0016 Q_OBJECT 0017 }; 0018 #endif