diff options
author | flow <flowlnlnln@gmail.com> | 2022-11-11 12:48:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 12:48:53 -0800 |
commit | 64576f4c4c6c41ba4528a00a38242955079f52ec (patch) | |
tree | ab49b1ce0f8dfa8a8a6557aedd905e1d2e1ac708 /launcher/modplatform/flame/FlameInstanceCreationTask.h | |
parent | 21dbd28a2f2397f0053f4f40563c16cb03b0fdfe (diff) | |
parent | 2f10fa8b61dac5af5866e7ad8e72cf702f15a130 (diff) | |
download | PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.tar.gz PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.tar.bz2 PrismLauncher-64576f4c4c6c41ba4528a00a38242955079f52ec.zip |
Merge pull request #304 from Ryex/move-downloads
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/222
Diffstat (limited to 'launcher/modplatform/flame/FlameInstanceCreationTask.h')
-rw-r--r-- | launcher/modplatform/flame/FlameInstanceCreationTask.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameInstanceCreationTask.h b/launcher/modplatform/flame/FlameInstanceCreationTask.h index ded0e2ce..fbc7d5bf 100644 --- a/launcher/modplatform/flame/FlameInstanceCreationTask.h +++ b/launcher/modplatform/flame/FlameInstanceCreationTask.h @@ -10,6 +10,8 @@ #include "net/NetJob.h" +#include "ui/dialogs/BlockedModsDialog.h" + class FlameCreationTask final : public InstanceCreationTask { Q_OBJECT @@ -29,6 +31,7 @@ class FlameCreationTask final : public InstanceCreationTask { private slots: void idResolverSucceeded(QEventLoop&); void setupDownloadJob(QEventLoop&); + void copyBlockedMods(QList<BlockedMod> const& blocked_mods); private: QWidget* m_parent = nullptr; |