Remove more prototype not good code
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user