| 237 | } |
| 238 | |
| 239 | void PluginListWindow::closeButtonPressed() |
| 240 | { |
| 241 | mListener->OnWindowClosed(); |
| 242 | } |
| 243 | |
| 244 | ///////////////////////////////////////////////////////////////////////////////////////////////// |
| 245 |
nothing calls this directly
no test coverage detected