mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
NOISSUE clean up forge installer
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
class OneSixVersionFormat
|
||||
{
|
||||
public:
|
||||
// whole profiles from single file
|
||||
static std::shared_ptr<MinecraftProfile> profileFromSingleJson(const QJsonObject &obj);
|
||||
|
||||
// version files / profile patches
|
||||
static VersionFilePtr versionFileFromJson(const QJsonDocument &doc, const QString &filename, const bool requireOrder);
|
||||
static QJsonDocument profilePatchToJson(const ProfilePatchPtr &patch, bool saveOrder);
|
||||
|
||||
Reference in New Issue
Block a user