File indexing completed on 2024-12-22 04:10:30

0001 /*
0002  *  SPDX-FileCopyrightText: 2010 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 #ifndef KIS_STORE_LIMITS_TEST_H
0007 #define KIS_STORE_LIMITS_TEST_H
0008 
0009 #include <simpletest.h>
0010 
0011 class KisStoreLimitsTest : public QObject
0012 {
0013     Q_OBJECT
0014 
0015 private:
0016 
0017 private Q_SLOTS:
0018     void testLimits();
0019 };
0020 
0021 #endif /* KIS_STORE_LIMITS_TEST_H */
0022