aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-05-24 09:38:48 -0300
committerflow <flowlnlnln@gmail.com>2022-05-24 09:38:48 -0300
commitca3c6c5e8a5151ea50e51f09938b894e6a610626 (patch)
tree57d2587ee294894015ecfcaa98b5e035f2a787b0 /launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h
parent3cc26b15a1a99860b1c2a9c69bc434479b4627bb (diff)
downloadPrismLauncher-ca3c6c5e8a5151ea50e51f09938b894e6a610626.tar.gz
PrismLauncher-ca3c6c5e8a5151ea50e51f09938b894e6a610626.tar.bz2
PrismLauncher-ca3c6c5e8a5151ea50e51f09938b894e6a610626.zip
feat: add donate links for modrinth mods
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h')
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h b/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h
index ae7b0bdd..386897fd 100644
--- a/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h
+++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModModel.h
@@ -31,6 +31,7 @@ class ListModel : public ModPlatform::ListModel {
private:
void loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj) override;
+ void loadExtraPackInfo(ModPlatform::IndexedPack& m, QJsonObject& obj) override;
void loadIndexedPackVersions(ModPlatform::IndexedPack& m, QJsonArray& arr) override;
auto documentToArray(QJsonDocument& obj) const -> QJsonArray override;