diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-13 19:23:12 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-23 14:42:27 -0300 |
commit | eaa5ce446765ef4305a1462d68e278b0797966ee (patch) | |
tree | 21971ff5569306e6d7a246b69808c2eefe98ae83 /launcher/modplatform/packwiz | |
parent | c86c719e1a09be2dc25ffd26278076566672e3b5 (diff) | |
download | PrismLauncher-eaa5ce446765ef4305a1462d68e278b0797966ee.tar.gz PrismLauncher-eaa5ce446765ef4305a1462d68e278b0797966ee.tar.bz2 PrismLauncher-eaa5ce446765ef4305a1462d68e278b0797966ee.zip |
feat(ui): adapt SequentialTask to nested SequentialTasks
Diffstat (limited to 'launcher/modplatform/packwiz')
-rw-r--r-- | launcher/modplatform/packwiz/Packwiz.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/launcher/modplatform/packwiz/Packwiz.h b/launcher/modplatform/packwiz/Packwiz.h index 64b95e7a..9c90f7de 100644 --- a/launcher/modplatform/packwiz/Packwiz.h +++ b/launcher/modplatform/packwiz/Packwiz.h @@ -1,13 +1,12 @@ #pragma once +#include "modplatform/ModIndex.h" + #include <QString> #include <QUrl> #include <QVariant> namespace ModPlatform { -enum class Provider; -class IndexedPack; -class IndexedVersion; } // namespace ModPlatform class QDir; |