MCPcopy Create free account
hub / github.com/amsynth/amsynth / ~MainComponent

Method ~MainComponent

src/core/gui/MainComponent.cpp:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522MainComponent::~MainComponent() {
523 setLookAndFeel(nullptr);
524}
525
526void MainComponent::getAllCommands(juce::Array<juce::CommandID> &commands) {
527 commands.add(juce::StandardApplicationCommandIDs::copy);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected