From 355e5e24da45c69ffa92bfa76c8c40439a107e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 8 Jan 2020 21:12:45 +0100 Subject: GH-2819 mod list filter now also looks at descriptions and authors --- api/logic/minecraft/mod/ModFolderModel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api/logic/minecraft/mod') diff --git a/api/logic/minecraft/mod/ModFolderModel.h b/api/logic/minecraft/mod/ModFolderModel.h index 8394e405..03c584a9 100644 --- a/api/logic/minecraft/mod/ModFolderModel.h +++ b/api/logic/minecraft/mod/ModFolderModel.h @@ -85,6 +85,10 @@ public: { return mods[index]; } + const Mod &at(size_t index) const + { + return mods.at(index); + } /// Reloads the mod list and returns true if the list changed. bool update(); -- cgit v1.2.3