summaryrefslogtreecommitdiffstats
path: root/logic/VersionFinal.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/VersionFinal.h')
-rw-r--r--logic/VersionFinal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/logic/VersionFinal.h b/logic/VersionFinal.h
index 0bf95707..41fd23bd 100644
--- a/logic/VersionFinal.h
+++ b/logic/VersionFinal.h
@@ -49,6 +49,11 @@ public:
bool isCustom();
// remove custom.json
bool revertToBase();
+ // does this instance have an FTB pack patch file?
+ bool hasFtbPack();
+ // remove FTB pack
+ bool removeFtbPack();
+
enum MoveDirection { MoveUp, MoveDown };
void move(const int index, const MoveDirection direction);
@@ -61,6 +66,7 @@ public:
public
slots:
bool remove(const int index);
+ bool remove(const QString id);
public:
QList<std::shared_ptr<OneSixLibrary>> getActiveNormalLibs();