| 520 | } |
| 521 | |
| 522 | MainComponent::~MainComponent() { |
| 523 | setLookAndFeel(nullptr); |
| 524 | } |
| 525 | |
| 526 | void MainComponent::getAllCommands(juce::Array<juce::CommandID> &commands) { |
| 527 | commands.add(juce::StandardApplicationCommandIDs::copy); |
nothing calls this directly
no outgoing calls
no test coverage detected