XPlor/tests/autotest_xplor.h
2025-07-10 00:06:51 -04:00

16 lines
231 B
C++

#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