diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-28 22:34:38 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-28 22:36:32 +0100 |
commit | c15bd655f1b9c87ec2950f898a157acb64b8e474 (patch) | |
tree | 06c1b34a6c48fc01757e1268d6410ad22b49ad2b /api/logic/modplatform/modpacksch/FTBPackInstallTask.h | |
parent | f51efc9109c3bddd8dd83737f5600cfcef57a6f6 (diff) | |
download | PrismLauncher-c15bd655f1b9c87ec2950f898a157acb64b8e474.tar.gz PrismLauncher-c15bd655f1b9c87ec2950f898a157acb64b8e474.tar.bz2 PrismLauncher-c15bd655f1b9c87ec2950f898a157acb64b8e474.zip |
NOISSUE Cache file downloads for modpacks.ch
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; + }; } |