mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Moving files around
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
6c5bb3817b
commit
3c58fb0677
25 changed files with 254 additions and 224 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include "Agent.h"
|
||||
#include "Library.h"
|
||||
#include "ProblemProvider.h"
|
||||
#include "java/JavaRuntime.h"
|
||||
#include "java/JavaMetadata.h"
|
||||
#include "minecraft/Rule.h"
|
||||
|
||||
class PackProfile;
|
||||
|
|
@ -155,7 +155,7 @@ class VersionFile : public ProblemContainer {
|
|||
/// is volatile -- may be removed as soon as it is no longer needed by something else
|
||||
bool m_volatile = false;
|
||||
|
||||
QHash<QString, QList<JavaRuntime::MetaPtr>> runtimes;
|
||||
QHash<QString, QList<Java::MetadataPtr>> runtimes;
|
||||
|
||||
public:
|
||||
// Mojang: DEPRECATED list of 'downloads' - client jar, server jar, windows server exe, maybe more.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue