diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-21 18:41:40 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-04-21 18:42:06 +0300 |
commit | b4fa6e120a98fde89443b262f351412f36de7566 (patch) | |
tree | 5aa074c8c8f336e15b4dd83be8f5b923594ec803 /launcher/modplatform/flame | |
parent | 2c744da9f7352073e744015a4c1da42794bcd004 (diff) | |
download | PrismLauncher-b4fa6e120a98fde89443b262f351412f36de7566.tar.gz PrismLauncher-b4fa6e120a98fde89443b262f351412f36de7566.tar.bz2 PrismLauncher-b4fa6e120a98fde89443b262f351412f36de7566.zip |
Fixed tipo
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h index 91993e64..3b4af952 100644 --- a/launcher/modplatform/flame/FlameAPI.h +++ b/launcher/modplatform/flame/FlameAPI.h @@ -85,7 +85,7 @@ class FlameAPI : public NetworkResourceAPI { return url + get_parameters.join('&'); }; - [[nodiscard]] std::optional<QString> getDependecyURL(DependencySearchArgs const& args) const override + [[nodiscard]] std::optional<QString> getDependencyURL(DependencySearchArgs const& args) const override { return QString("https://api.curseforge.com/v1/mods/%1/files?pageSize=10000&gameVersion=%2&modLoaderType=%") .arg(args.dependency.addonId.toString()) |