diff options
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyModList.h')
-rw-r--r-- | api/logic/minecraft/legacy/LegacyModList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/minecraft/legacy/LegacyModList.h b/api/logic/minecraft/legacy/LegacyModList.h index 1b5b24c4..4e91958d 100644 --- a/api/logic/minecraft/legacy/LegacyModList.h +++ b/api/logic/minecraft/legacy/LegacyModList.h @@ -34,6 +34,8 @@ class MULTIMC_LOGIC_EXPORT LegacyModList { public: + using Mod = QFileInfo; + LegacyModList(const QString &dir, const QString &list_file = QString()); /// Reloads the mod list and returns true if the list changed. |