MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~StatisticsWindow

Method ~StatisticsWindow

Server/Source/StatisticsWindow.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217StatisticsWindow::~StatisticsWindow() {
218 WindowPositions::set(WindowPositions::ServerStats, getBounds());
219 m_updater.stopThread(-1);
220 clearContentComponent();
221}
222
223void StatisticsWindow::closeButtonPressed() {
224 traceScope();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected