diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:24:19 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-04-06 19:24:19 +0100 |
commit | d7a137ad13854d008de438786d6a97b4092bac99 (patch) | |
tree | 8501d48789f3c81f87e7b4898801f44186a5362b /launcher/modplatform/modrinth/ModrinthPackExportTask.h | |
parent | 073aaf9b3bbe4edb763dfeb1a5b3d22473e59e41 (diff) | |
download | PrismLauncher-d7a137ad13854d008de438786d6a97b4092bac99.tar.gz PrismLauncher-d7a137ad13854d008de438786d6a97b4092bac99.tar.bz2 PrismLauncher-d7a137ad13854d008de438786d6a97b4092bac99.zip |
Remove more prototype not good code
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/modplatform/modrinth/ModrinthPackExportTask.h')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackExportTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackExportTask.h b/launcher/modplatform/modrinth/ModrinthPackExportTask.h index 217956db..021d8a56 100644 --- a/launcher/modplatform/modrinth/ModrinthPackExportTask.h +++ b/launcher/modplatform/modrinth/ModrinthPackExportTask.h @@ -20,6 +20,7 @@ #include "BaseInstance.h" #include "MMCZip.h" +#include "minecraft/MinecraftInstance.h" #include "modplatform/modrinth/ModrinthAPI.h" #include "tasks/Task.h" @@ -48,6 +49,7 @@ class ModrinthPackExportTask : public Task { // inputs const QString name, version, summary; const InstancePtr instance; + const MinecraftInstance* mcInstance; const QString output; const MMCZip::FilterFunction filter; |