| 35 | } |
| 36 | |
| 37 | PluginListWindow::~PluginListWindow() { |
| 38 | WindowPositions::set(WindowPositions::ServerPlugins, getBounds()); |
| 39 | clearContentComponent(); |
| 40 | } |
| 41 | |
| 42 | void PluginListWindow::closeButtonPressed() { m_app->hidePluginList(); } |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected