summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 13:41:06 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-12-04 13:41:06 +0100
commita1ab717e9e4fd72071cd01d9ceb74e7ba10ffafd (patch)
tree60fb738dac73bd02792c8dc5bf0313597dfe51e4 /src/organizercore.cpp
parent7a3bc0cd23e637d66a1f78809f7229e665391cdb (diff)
Minor cleaning (comments, names).
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 256833a8..631e49be 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -291,7 +291,7 @@ void OrganizerCore::connectPlugins(PluginContainer *container)
m_ModList.setPluginContainer(m_PluginContainer);
if (!m_GameName.isEmpty()) {
- m_GamePlugin = m_PluginContainer->managedGame(m_GameName);
+ m_GamePlugin = m_PluginContainer->game(m_GameName);
emit managedGameChanged(m_GamePlugin);
}