diff options
author | flow <thiagodonato300@gmail.com> | 2022-05-13 11:42:08 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-23 14:58:14 -0300 |
commit | 42f8ec5b1489c2073adf9d3526080c434dbddd90 (patch) | |
tree | 55a6a65549c1168a206ef1bb4d5dc8d874cbcea7 /launcher/modplatform/flame/FlameModIndex.h | |
parent | 2fc1b999117ceebc3ebf05d96b0a749e3a0f9e98 (diff) | |
download | PrismLauncher-42f8ec5b1489c2073adf9d3526080c434dbddd90.tar.gz PrismLauncher-42f8ec5b1489c2073adf9d3526080c434dbddd90.tar.bz2 PrismLauncher-42f8ec5b1489c2073adf9d3526080c434dbddd90.zip |
fix: do modrinth changes on flame too
Also fix a dumb moment
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.h')
-rw-r--r-- | launcher/modplatform/flame/FlameModIndex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.h b/launcher/modplatform/flame/FlameModIndex.h index d3171d94..2e0f2e86 100644 --- a/launcher/modplatform/flame/FlameModIndex.h +++ b/launcher/modplatform/flame/FlameModIndex.h @@ -16,5 +16,6 @@ void loadIndexedPackVersions(ModPlatform::IndexedPack& pack, QJsonArray& arr, const shared_qobject_ptr<QNetworkAccessManager>& network, BaseInstance* inst); +auto loadIndexedPackVersion(QJsonObject& obj) -> ModPlatform::IndexedVersion; } // namespace FlameMod |