summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/launch/ModMinecraftJar.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/minecraft/launch/ModMinecraftJar.h')
-rw-r--r--api/logic/minecraft/launch/ModMinecraftJar.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/api/logic/minecraft/launch/ModMinecraftJar.h b/api/logic/minecraft/launch/ModMinecraftJar.h
index 1196c487..b9a2d35b 100644
--- a/api/logic/minecraft/launch/ModMinecraftJar.h
+++ b/api/logic/minecraft/launch/ModMinecraftJar.h
@@ -1,4 +1,4 @@
-/* Copyright 2013-2017 MultiMC Contributors
+/* Copyright 2013-2018 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@
#include <launch/LaunchStep.h>
#include <memory>
-// FIXME: temporary wrapper for existing task.
class ModMinecraftJar: public LaunchStep
{
Q_OBJECT
@@ -31,9 +30,7 @@ public:
{
return false;
}
-private slots:
- void jarModdingFinished();
-
+ void finalize() override;
private:
- std::shared_ptr<Task> m_jarModTask;
+ bool removeJar();
};