mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
NOISSUE Add a skeleton of the wonko system
This commit is contained in:
committed by
Petr Mrázek
parent
5ae3b2c114
commit
00e5968bd2
15
tests/tst_WonkoVersionList.cpp
Normal file
15
tests/tst_WonkoVersionList.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user