diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-11 14:59:11 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-11 20:30:34 +0100 |
| commit | e528d8b0ad843bf2e728f26c3a1bade145e5ad07 (patch) | |
| tree | 8fe5db18546af9e7dbaa55dabe22a90da805d13e /src/plugincontainer.cpp | |
| parent | 0dddc5eb7b60efd4f124485fd6e3e982c04f8a28 (diff) | |
Fix display of tools in the MainWindow menu.
Diffstat (limited to 'src/plugincontainer.cpp')
| -rw-r--r-- | src/plugincontainer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugincontainer.cpp b/src/plugincontainer.cpp index 021fe3c8..030fdb31 100644 --- a/src/plugincontainer.cpp +++ b/src/plugincontainer.cpp @@ -180,10 +180,6 @@ void PluginContainer::setUserInterface(IUserInterface *userInterface, QWidget *w for (IPluginModPage *modPage : bf::at_key<IPluginModPage>(m_Plugins)) {
userInterface->registerModPage(modPage);
}
-
- for (IPluginTool *tool : bf::at_key<IPluginTool>(m_Plugins)) {
- userInterface->registerPluginTool(tool);
- }
}
m_UserInterface = userInterface;
|
