summaryrefslogtreecommitdiff
path: root/src/organizerproxy.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-01-23 07:29:06 +0000
committerThomas Tanner <trtanner@btinternet.com>2016-01-24 10:22:27 +0000
commit387326f2d62fe02babe3594e2e00f831355da9b7 (patch)
treefe6619d8231ffe1290bb1ba843dbcf69535d446e /src/organizerproxy.cpp
parentd07b4f7ff00b1113809c7824e7cd17518d92dc6b (diff)
thoughts
Diffstat (limited to 'src/organizerproxy.cpp')
-rw-r--r--src/organizerproxy.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp
index ba07c154..b289b659 100644
--- a/src/organizerproxy.cpp
+++ b/src/organizerproxy.cpp
@@ -166,6 +166,11 @@ MOBase::IModList *OrganizerProxy::modList() const
return m_Proxied->modList();
}
+MOBase::IProfile *OrganizerProxy::profile() const
+{
+ return m_Proxied->currentProfile();
+}
+
MOBase::IPluginGame const *OrganizerProxy::managedGame() const
{
return m_Proxied->managedGame();