Updated the git clone command.
[emufront] / testing / EmuFrontTesting / platformnamedialogtest.h
1 #ifndef PLATFORMNAMEDIALOGTEST_H
2 #define PLATFORMNAMEDIALOGTEST_H
3
4 #include <QObject>
5 #include <QtTest/QtTest>
6 #include <QtGui>
7 #include "../../src/dataobjects/platform.h"
8 #include "../../src/dialogs/platformnamedialog.h"
9
10 class PlatformNameDialogTest : public QObject
11 {
12     Q_OBJECT
13
14 private slots:
15     void testLineEdit();
16
17 };
18
19 #endif // PLATFORMNAMEDIALOGTEST_H