summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ModList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-08-04 23:16:03 +0200
committerPetr Mrázek <peterix@gmail.com>2016-08-04 23:16:03 +0200
commitb76d4573cdaa41a3493596571dbba452ab7a5b2e (patch)
treebb2412b3b2d7307ac2f1084771f923020e511fc6 /api/logic/minecraft/ModList.h
parent6ec2652b4562119ccf45d3bc455ef865fdfbd3ce (diff)
downloadMultiMC-b76d4573cdaa41a3493596571dbba452ab7a5b2e.tar
MultiMC-b76d4573cdaa41a3493596571dbba452ab7a5b2e.tar.gz
MultiMC-b76d4573cdaa41a3493596571dbba452ab7a5b2e.tar.lz
MultiMC-b76d4573cdaa41a3493596571dbba452ab7a5b2e.tar.xz
MultiMC-b76d4573cdaa41a3493596571dbba452ab7a5b2e.zip
GH-589 GH-842 GH-901 GH-1117 allow mass-enabling/disabling of mods
Diffstat (limited to 'api/logic/minecraft/ModList.h')
-rw-r--r--api/logic/minecraft/ModList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/minecraft/ModList.h b/api/logic/minecraft/ModList.h
index 14b102e1..e7267389 100644
--- a/api/logic/minecraft/ModList.h
+++ b/api/logic/minecraft/ModList.h
@@ -86,6 +86,9 @@ public:
/// Deletes all the selected mods
virtual bool deleteMods(const QModelIndexList &indexes);
+ /// Enable or disable listed mods
+ virtual bool enableMods(const QModelIndexList &indexes, bool enable = true);
+
void startWatching();
void stopWatching();