mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-02-23 09:39:49 +00:00
16 lines
230 B
C++
16 lines
230 B
C++
|
#include <QTest>
|
||
|
#include "TestUtil.h"
|
||
|
|
||
|
#include "wonko/WonkoVersionList.h"
|
||
|
|
||
|
class WonkoVersionListTest : public QObject
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
private
|
||
|
slots:
|
||
|
};
|
||
|
|
||
|
QTEST_GUILESS_MAIN(WonkoVersionListTest)
|
||
|
|
||
|
#include "tst_WonkoVersionList.moc"
|