summaryrefslogtreecommitdiffstats
path: root/logic/ModList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/ModList.h')
-rw-r--r--logic/ModList.h5
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