aboutsummaryrefslogtreecommitdiff
path: root/api/logic/modplatform/modpacksch/FTBPackInstallTask.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-02-27 04:10:06 +0100
committerGitHub <noreply@github.com>2021-02-27 04:10:06 +0100
commit0a869fc9ed23280b96f79c3e3730f76d8d169630 (patch)
tree15f79e3e53a5a009738fbd8b2abbb5f74a73b544 /api/logic/modplatform/modpacksch/FTBPackInstallTask.h
parent1edcd9b86e1174ca236e24002650940c36124a22 (diff)
parent9c69b0cddee5445e315a063761c1a4ae7dfbfacf (diff)
downloadPrismLauncher-0a869fc9ed23280b96f79c3e3730f76d8d169630.tar.gz
PrismLauncher-0a869fc9ed23280b96f79c3e3730f76d8d169630.tar.bz2
PrismLauncher-0a869fc9ed23280b96f79c3e3730f76d8d169630.zip
Merge pull request #3623 from jamierocks/ftb/jarmods
Support jarmods and Fabric for modpacks.ch
Diffstat (limited to 'api/logic/modplatform/modpacksch/FTBPackInstallTask.h')
-rw-r--r--api/logic/modplatform/modpacksch/FTBPackInstallTask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/modplatform/modpacksch/FTBPackInstallTask.h b/api/logic/modplatform/modpacksch/FTBPackInstallTask.h
index c5a80751..4f7786fd 100644
--- a/api/logic/modplatform/modpacksch/FTBPackInstallTask.h
+++ b/api/logic/modplatform/modpacksch/FTBPackInstallTask.h
@@ -26,6 +26,7 @@ private slots:
void onDownloadFailed(QString reason);
private:
+ void downloadPack();
void install();
private: