diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-04 15:30:34 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 13:33:17 +0200 |
| commit | 8856c8cd62fe3f45faf1020e70fa3dc503eb3453 (patch) | |
| tree | 608d15acbf8cbc9de6b0f9bfe5e5c81e16b1df39 /launcher/ModDownloadTask.h | |
| parent | e843b8e1884f9d0e5b94963d92df4e990fcf8e45 (diff) | |
| download | PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.tar.gz PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.tar.bz2 PrismLauncher-8856c8cd62fe3f45faf1020e70fa3dc503eb3453.zip | |
refactor(test): fix loading mod metadata setting
Diffstat (limited to 'launcher/ModDownloadTask.h')
| -rw-r--r-- | launcher/ModDownloadTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ModDownloadTask.h b/launcher/ModDownloadTask.h index f4438a8d..06a8a6de 100644 --- a/launcher/ModDownloadTask.h +++ b/launcher/ModDownloadTask.h @@ -29,7 +29,7 @@ class ModFolderModel; class ModDownloadTask : public SequentialTask { Q_OBJECT public: - explicit ModDownloadTask(ModPlatform::IndexedPack mod, ModPlatform::IndexedVersion version, const std::shared_ptr<ModFolderModel> mods); + explicit ModDownloadTask(ModPlatform::IndexedPack mod, ModPlatform::IndexedVersion version, const std::shared_ptr<ModFolderModel> mods, bool is_indexed); const QString& getFilename() const { return m_mod_version.fileName; } private: |
