diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-12-19 20:49:54 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-12-19 20:49:54 +0000 |
| commit | 5f5184ebfe9a6b7102654863cbb390a610ab1563 (patch) | |
| tree | b7a52083cc2b1c92bf5a90e0548d00fab76849ed /src/organizerproxy.cpp | |
| parent | 30b29635f67d6ab1cd00b6787ab58bf36934da55 (diff) | |
Changes to support getting list of mods / esps to activate from game plugin
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index ba07c154..474f0837 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -1,6 +1,7 @@ #include "organizerproxy.h"
-#include <appconfig.h>
+#include "appconfig.h"
+#include "organizercore.h"
#include <QApplication>
@@ -170,3 +171,8 @@ MOBase::IPluginGame const *OrganizerProxy::managedGame() const {
return m_Proxied->managedGame();
}
+
+QStringList OrganizerProxy::modsSortedByProfilePriority() const
+{
+ return m_Proxied->modsSortedByProfilePriority();
+}
|
