| 215 | } |
| 216 | |
| 217 | StatisticsWindow::~StatisticsWindow() { |
| 218 | WindowPositions::set(WindowPositions::ServerStats, getBounds()); |
| 219 | m_updater.stopThread(-1); |
| 220 | clearContentComponent(); |
| 221 | } |
| 222 | |
| 223 | void StatisticsWindow::closeButtonPressed() { |
| 224 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected