diff options
Diffstat (limited to 'api/logic/minecraft/ModList.h')
-rw-r--r-- | api/logic/minecraft/ModList.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/api/logic/minecraft/ModList.h b/api/logic/minecraft/ModList.h index 24dcdaa4..14b102e1 100644 --- a/api/logic/minecraft/ModList.h +++ b/api/logic/minecraft/ModList.h @@ -83,14 +83,8 @@ public: */ bool installMod(const QString& filename); - /// Deletes the mod at the given index. - virtual bool deleteMod(int index); - - /// Deletes all the selected mods - virtual bool deleteMods(int first, int last); - /// Deletes all the selected mods - virtual bool deleteMods(const QVector<int> &indexes); + virtual bool deleteMods(const QModelIndexList &indexes); void startWatching(); void stopWatching(); |