From c15bd655f1b9c87ec2950f898a157acb64b8e474 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Mon, 28 Jun 2021 22:34:38 +0100 Subject: NOISSUE Cache file downloads for modpacks.ch --- api/logic/modplatform/modpacksch/FTBPackInstallTask.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/logic/modplatform/modpacksch/FTBPackInstallTask.h') 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 filesToCopy; + }; } -- cgit