NOISSUE remove dependency of legacy mod list on the Mod class

This commit is contained in:
Petr Mrázek
2019-08-03 03:12:48 +02:00
parent f5f3149dcf
commit 40c9af1a8b
7 changed files with 13 additions and 64 deletions

View File

@ -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.