623d598fd82f02327fdc0db42ab72672a3fb60bd
[emufront] / testing / EmuFrontTesting / platformtest.h
1 #ifndef PLATFORMTEST_H
2 #define PLATFORMTEST_H
3
4 #include <QObject>
5 #include <QtTest/QtTest>
6
7 class PlatformTest : public QObject
8 {
9     Q_OBJECT
10
11 private slots:
12     void equals();
13
14 };
15
16 #endif // PLATFORMTEST_H