Forge works now too, and so does forge+liteloader

This commit is contained in:
Jan Dalheimer
2014-01-23 21:31:41 +01:00
parent c39d26f445
commit 156bc8f276
13 changed files with 245 additions and 81 deletions

View File

@@ -28,6 +28,7 @@ class DerpVersionBuilder
DerpVersionBuilder();
public:
static bool build(DerpVersion *version, DerpInstance *instance, QWidget *widgetParent);
static bool read(DerpVersion *version, const QJsonObject &obj);
private:
DerpVersion *m_version;
@@ -42,6 +43,7 @@ private:
};
bool build();
bool read(const QJsonObject &obj);
void clear();
bool apply(const QJsonObject &object);