mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 06:34:27 +02: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"
|