| 221 | } |
| 222 | |
| 223 | void StatisticsWindow::closeButtonPressed() { |
| 224 | traceScope(); |
| 225 | m_updater.signalThreadShouldExit(); |
| 226 | m_app->hideStatistics(); |
| 227 | } |
| 228 | |
| 229 | void StatisticsWindow::addLabel(const String& txt, juce::Rectangle<int> bounds) { |
| 230 | auto label = std::make_unique<Label>(); |
nothing calls this directly
no test coverage detected