diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-02-27 04:10:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 04:10:06 +0100 |
commit | 0a869fc9ed23280b96f79c3e3730f76d8d169630 (patch) | |
tree | 15f79e3e53a5a009738fbd8b2abbb5f74a73b544 /api/logic/modplatform/modpacksch/FTBPackInstallTask.h | |
parent | 1edcd9b86e1174ca236e24002650940c36124a22 (diff) | |
parent | 9c69b0cddee5445e315a063761c1a4ae7dfbfacf (diff) | |
download | PrismLauncher-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.h | 1 |
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: |