diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-17 10:50:27 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-17 10:50:36 +0100 |
| commit | 9fd2a757fa0c25c72c6d8927924d0a8668e948c4 (patch) | |
| tree | 077469675138a40371ceb22914d01e9d5a1871b8 /src/plugincontainer.cpp | |
| parent | c62da01478822daa9837529916b3290ab07fd7a3 (diff) | |
Fix had -> add.
Diffstat (limited to 'src/plugincontainer.cpp')
| -rw-r--r-- | src/plugincontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugincontainer.cpp b/src/plugincontainer.cpp index 03950413..8c2ece76 100644 --- a/src/plugincontainer.cpp +++ b/src/plugincontainer.cpp @@ -167,7 +167,7 @@ std::vector<IPlugin*> PluginRequirements::children() const // Not checking master() but requirements().master() due to "hidden"
// masters.
// If the master has the same name as the plugin, this is a "hidden"
- // master, we do not had it here.
+ // master, we do not add it here.
if (plugin
&& m_PluginContainer->requirements(plugin).master() == m_Plugin
&& plugin->name() != m_Plugin->name()) {
|
