mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Implemented version lists.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
#include <javautils.h>
|
||||
|
||||
#include "stdinstversionlist.h"
|
||||
|
||||
StdInstance::StdInstance(const QString &rootDir, const InstanceTypeInterface *iType, QObject *parent) :
|
||||
Instance(rootDir, parent)
|
||||
{
|
||||
@@ -61,3 +63,8 @@ const InstanceTypeInterface *StdInstance::instanceType() const
|
||||
{
|
||||
return m_instType;
|
||||
}
|
||||
|
||||
InstVersionList *StdInstance::versionList() const
|
||||
{
|
||||
return &vList;
|
||||
}
|
||||
|
Reference in New Issue
Block a user