| 669 | } |
| 670 | |
| 671 | ServerSettingsWindow::~ServerSettingsWindow() { |
| 672 | WindowPositions::set(WindowPositions::ServerSettings, getBounds()); |
| 673 | clearContentComponent(); |
| 674 | } |
| 675 | |
| 676 | void ServerSettingsWindow::closeButtonPressed() { |
| 677 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected