mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Implemented version lists.
This commit is contained in:
parent
69040f923b
commit
2d6e785e4e
16 changed files with 955 additions and 28 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue