diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 00:23:53 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 00:23:53 +0300 |
commit | 5e2d1ffdfbb3f673c063029c9a6c55071cba160a (patch) | |
tree | 61d496255b64b05dc6bb04691b14e7d0d2d2c5ec /launcher/modplatform/flame | |
parent | c94ee67077076fdfb3ad04e93a0de2ae32b6a4e5 (diff) | |
download | PrismLauncher-5e2d1ffdfbb3f673c063029c9a6c55071cba160a.tar.gz PrismLauncher-5e2d1ffdfbb3f673c063029c9a6c55071cba160a.tar.bz2 PrismLauncher-5e2d1ffdfbb3f673c063029c9a6c55071cba160a.zip |
removed line
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.cpp b/launcher/modplatform/flame/FlameAPI.cpp index 4a04e583..74d7db97 100644 --- a/launcher/modplatform/flame/FlameAPI.cpp +++ b/launcher/modplatform/flame/FlameAPI.cpp @@ -204,7 +204,7 @@ Task::Ptr FlameAPI::getFiles(const QStringList& fileIds, std::shared_ptr<QByteAr return netJob; } -Task::Ptr FlameAPI::getFile(const QString& addonId, const QString& fileId, std::shared_ptr<QByteArray>response) const +Task::Ptr FlameAPI::getFile(const QString& addonId, const QString& fileId, std::shared_ptr<QByteArray> response) const { auto netJob = makeShared<NetJob>(QString("Flame::GetFile"), APPLICATION->network()); netJob->addNetAction( |