From 9497b7e96cfac6e60a53fe05c0ca945ecc839533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 28 Feb 2016 19:01:54 +0100 Subject: NOISSUE even more version file refactors There is no end to them in sight --- logic/minecraft/RawLibrary.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'logic/minecraft/RawLibrary.h') diff --git a/logic/minecraft/RawLibrary.h b/logic/minecraft/RawLibrary.h index 62791239..a8d3ef0d 100644 --- a/logic/minecraft/RawLibrary.h +++ b/logic/minecraft/RawLibrary.h @@ -18,6 +18,8 @@ typedef std::shared_ptr RawLibraryPtr; class RawLibrary { + friend class OneSixVersionFormat; + friend class MojangVersionFormat; public: RawLibrary() { @@ -41,12 +43,6 @@ public: return newlib; } - /// read and create a basic library - static RawLibraryPtr fromJson(const QJsonObject &libObj, const QString &filename); - - /// Convert the library back to an JSON object - QJsonObject toJson() const; - public: /* methods */ /// Returns the raw name field const GradleSpecifier & rawName() const -- cgit v1.2.3