XPlor/tests/autotest_xplor.h

16 lines
231 B
C
Raw Normal View History

2025-07-10 00:06:51 -04:00
#ifndef AUTOTEST_XPLOR_H
#define AUTOTEST_XPLOR_H
#include <QtTest/QtTest>
class AutoTest_XPlor : public QObject {
Q_OBJECT
void initTestCase();
void cleanupTestCase();
private slots:
};
#endif // AUTOTEST_XPLOR_H