summaryrefslogtreecommitdiffstats
path: root/logic/DerpVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/DerpVersion.h')
-rw-r--r--logic/DerpVersion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/DerpVersion.h b/logic/DerpVersion.h
index f2132ad8..4481d146 100644
--- a/logic/DerpVersion.h
+++ b/logic/DerpVersion.h
@@ -41,10 +41,14 @@ public:
bool reload(QWidget *widgetParent);
void clear();
+ void dump() const;
+
public:
QList<std::shared_ptr<DerpLibrary>> getActiveNormalLibs();
QList<std::shared_ptr<DerpLibrary>> getActiveNativeLibs();
+ static std::shared_ptr<DerpVersion> fromJson(const QJsonObject &obj);
+
// data members
public:
/// the ID - determines which jar to use! ACTUALLY IMPORTANT!