| 2836 | } |
| 2837 | |
| 2838 | juce::Component* ModularSynth::GetFileChooserParent() const |
| 2839 | { |
| 2840 | #if BESPOKE_LINUX |
| 2841 | return nullptr; |
| 2842 | #else |
| 2843 | return mMainComponent->getTopLevelComponent(); |
| 2844 | #endif |
| 2845 | } |
| 2846 | |
| 2847 | void ModularSynth::SaveStatePopup() |
| 2848 | { |
no outgoing calls
no test coverage detected