File indexing completed on 2024-05-26 04:26:27

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