File indexing completed on 2024-05-26 05:22:55

0001 /*
0002   This file is part of KOrganizer.
0003 
0004   SPDX-FileCopyrightText: 2011 Sérgio Martins <iamsergio@gmail.com>
0005 
0006   SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #pragma once
0010 
0011 #include <QObject>
0012 
0013 class KODayMatrixTestUS : public QObject
0014 {
0015     Q_OBJECT
0016 private Q_SLOTS:
0017     void testMatrixLimits();
0018 };