| 55 | } |
| 56 | |
| 57 | void FlameMod::loadBody(ModPlatform::IndexedPack& pack, QJsonObject& obj) |
| 58 | { |
| 59 | pack.extraData.body = api.getModDescription(pack.addonId.toInt()); |
| 60 | |
| 61 | if (!pack.extraData.issuesUrl.isEmpty() || !pack.extraData.sourceUrl.isEmpty() || !pack.extraData.wikiUrl.isEmpty()) |
| 62 | pack.extraDataLoaded = true; |
| 63 | } |
| 64 | |
| 65 | static QString enumToString(int hash_algorithm) |
| 66 | { |
nothing calls this directly
no test coverage detected