summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/RawLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/RawLibrary.h')
-rw-r--r--logic/minecraft/RawLibrary.h8
1 files changed, 2 insertions, 6 deletions
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<RawLibrary> 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