aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-08-17 00:23:53 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-08-17 00:23:53 +0300
commit5e2d1ffdfbb3f673c063029c9a6c55071cba160a (patch)
tree61d496255b64b05dc6bb04691b14e7d0d2d2c5ec /launcher/modplatform/flame
parentc94ee67077076fdfb3ad04e93a0de2ae32b6a4e5 (diff)
downloadPrismLauncher-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.cpp2
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(