feat: add donate links for modrinth mods

This commit is contained in:
flow
2022-05-24 09:38:48 -03:00
parent 3cc26b15a1
commit ca3c6c5e8a
14 changed files with 151 additions and 23 deletions

View File

@ -25,6 +25,7 @@
namespace Modrinth {
void loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj);
void loadExtraPackData(ModPlatform::IndexedPack& m, QJsonObject& obj);
void loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
QJsonArray& arr,
const shared_qobject_ptr<QNetworkAccessManager>& network,