File indexing completed on 2024-04-28 15:31:51

0001 /*
0002     This file is part of the KDE frameworks
0003     SPDX-FileCopyrightText: 2014 Aurélien Gâteau <agateau@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.1-or-later
0006 */
0007 #ifndef KCOLUMNRESIZERTEST_H
0008 #define KCOLUMNRESIZERTEST_H
0009 
0010 #include <QObject>
0011 
0012 class KColumnResizerTest : public QObject
0013 {
0014     Q_OBJECT
0015 
0016 private Q_SLOTS:
0017     void test_data();
0018     void test();
0019 };
0020 
0021 #endif /* KCOLUMNRESIZERTEST_H */