summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/MinecraftVersionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/MinecraftVersionList.h')
-rw-r--r--logic/minecraft/MinecraftVersionList.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/logic/minecraft/MinecraftVersionList.h b/logic/minecraft/MinecraftVersionList.h
index e414a1da..8643f0f0 100644
--- a/logic/minecraft/MinecraftVersionList.h
+++ b/logic/minecraft/MinecraftVersionList.h
@@ -34,8 +34,7 @@ class MULTIMC_LOGIC_EXPORT MinecraftVersionList : public BaseVersionList
Q_OBJECT
private:
void sortInternal();
- void loadBuiltinList();
- void loadMojangList(QJsonDocument jsonDoc, VersionSource source);
+ void loadList(QJsonDocument jsonDoc, VersionSource source);
void loadCachedList();
void saveCachedList();
void finalizeUpdate(QString version);