diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-12-18 02:48:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-12-27 20:50:33 +0100 |
commit | a30a9559c749446165ec84e737fe85b44a462584 (patch) | |
tree | 9e6bfadfc4e10f01ab2580c33e2c682d57b4ce99 /logic/ModList.h | |
parent | 01f44e0f39a808d3d5285c394d83a8fc80421890 (diff) | |
download | MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.gz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.lz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.xz MultiMC-a30a9559c749446165ec84e737fe85b44a462584.zip |
NOISSUE Fix jar mods for OnesSix
Diffstat (limited to 'logic/ModList.h')
-rw-r--r-- | logic/ModList.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/ModList.h b/logic/ModList.h index e7320df5..2409a31a 100644 --- a/logic/ModList.h +++ b/logic/ModList.h @@ -126,6 +126,11 @@ public: return m_dir; } + const QList<Mod> & allMods() + { + return mods; + } + private: void internalSort(QList<Mod> & what); struct OrderItem |