summaryrefslogtreecommitdiff
path: root/src/plugincontainer.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/plugincontainer.cpp
parent7a3bc0cd23e637d66a1f78809f7229e665391cdb (diff)
Minor cleaning (comments, names).
Diffstat (limited to 'src/plugincontainer.cpp')
-rw-r--r--src/plugincontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugincontainer.cpp b/src/plugincontainer.cpp
index c3d66913..e4eb389f 100644
--- a/src/plugincontainer.cpp
+++ b/src/plugincontainer.cpp
@@ -696,7 +696,7 @@ QString PluginContainer::filepath(MOBase::IPlugin* plugin) const
return as_qobject(plugin)->property("filepath").toString();
}
-IPluginGame *PluginContainer::managedGame(const QString &name) const
+IPluginGame *PluginContainer::game(const QString &name) const
{
auto iter = m_SupportedGames.find(name);
if (iter != m_SupportedGames.end()) {