File indexing completed on 2024-04-21 03:48:03

0001 /*
0002     File                 : WorksheetTest.h
0003     Project              : LabPlot
0004     Description          : Tests for Worksheets
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2023 Martin Marmsoler <martin.marmsoler@gmail.com>
0007 
0008 SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #ifndef WORKSHEETTEST_H
0012 #define WORKSHEETTEST_H
0013 
0014 #include "../../CommonTest.h"
0015 
0016 class WorksheetTest : public CommonTest {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020     void cursorCurveColor();
0021 };
0022 
0023 #endif // WORKSHEETTEST_H