10 lines
129 B
C++
10 lines
129 B
C++
|
|
#include <QtTest/QtTest>
|
||
|
|
|
||
|
|
class AutoTest_XPlor : public QObject {
|
||
|
|
Q_OBJECT
|
||
|
|
|
||
|
|
private slots:
|
||
|
|
};
|
||
|
|
|
||
|
|
#include "autotest_xplor.moc"
|