diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 12:52:51 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 12:52:51 +0300 |
commit | e6ba2f4970abe69f2203bb5b85503e4cf3177016 (patch) | |
tree | 6d41ead389c2249e8bc79766666f6fb952ada835 /launcher/modplatform/flame/FlameModIndex.h | |
parent | f8f9ffa1182c76cd22c2c181820bdd9516d7958f (diff) | |
download | PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.tar.gz PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.tar.bz2 PrismLauncher-e6ba2f4970abe69f2203bb5b85503e4cf3177016.zip |
Added loaders check on versions load
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.h')
-rw-r--r-- | launcher/modplatform/flame/FlameModIndex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.h b/launcher/modplatform/flame/FlameModIndex.h index aa0d6f81..1bcaa44b 100644 --- a/launcher/modplatform/flame/FlameModIndex.h +++ b/launcher/modplatform/flame/FlameModIndex.h @@ -19,5 +19,5 @@ void loadIndexedPackVersions(ModPlatform::IndexedPack& pack, const shared_qobject_ptr<QNetworkAccessManager>& network, const BaseInstance* inst); auto loadIndexedPackVersion(QJsonObject& obj, bool load_changelog = false) -> ModPlatform::IndexedVersion; -auto loadDependencyVersions(const ModPlatform::Dependency& m, QJsonArray& arr) -> ModPlatform::IndexedVersion; +auto loadDependencyVersions(const ModPlatform::Dependency& m, QJsonArray& arr, const BaseInstance* inst) -> ModPlatform::IndexedVersion; } // namespace FlameMod
\ No newline at end of file |