diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-06-30 17:25:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 17:25:50 +0200 |
commit | 417994735a4823782f0f2304695347a13eed9a1d (patch) | |
tree | 927a8e5a8d5a149cc78dbc49a07966e2c9917d2f /api/logic/modplatform/modpacksch/FTBPackInstallTask.h | |
parent | dc3a4cebce489b5d61081a315311ffa3d34992ef (diff) | |
parent | 2e78b64058925aca0c7a6e7013be7119b66f20d7 (diff) | |
download | PrismLauncher-417994735a4823782f0f2304695347a13eed9a1d.tar.gz PrismLauncher-417994735a4823782f0f2304695347a13eed9a1d.tar.bz2 PrismLauncher-417994735a4823782f0f2304695347a13eed9a1d.zip |
Merge pull request #3914 from jamierocks/mch-check-checksums
NOISSUE Cache modpacks.ch files and check their checksums
Diffstat (limited to 'api/logic/modplatform/modpacksch/FTBPackInstallTask.h')
-rw-r--r-- | api/logic/modplatform/modpacksch/FTBPackInstallTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/modplatform/modpacksch/FTBPackInstallTask.h b/api/logic/modplatform/modpacksch/FTBPackInstallTask.h index 4f7786fd..3b2d60de 100644 --- a/api/logic/modplatform/modpacksch/FTBPackInstallTask.h +++ b/api/logic/modplatform/modpacksch/FTBPackInstallTask.h @@ -37,6 +37,8 @@ private: QString m_version_name; Version m_version; + QMap<QString, QString> filesToCopy; + }; } |