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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/MinecraftVersionList.h b/logic/minecraft/MinecraftVersionList.h
index bbbd71e1..4753ce05 100644
--- a/logic/minecraft/MinecraftVersionList.h
+++ b/logic/minecraft/MinecraftVersionList.h
@@ -34,7 +34,7 @@ class MinecraftVersionList : public BaseVersionList
private:
void sortInternal();
void loadBuiltinList();
- void loadMojangList(QByteArray data, VersionSource source);
+ void loadMojangList(QJsonDocument jsonDoc, VersionSource source);
void loadCachedList();
void saveCachedList();
void finalizeUpdate(QString version);