Moved about dialog code to separate function

This commit is contained in:
xenakios
2018-10-07 14:13:53 +03:00
parent f487f8d4f2
commit 08d80338bd
2 changed files with 25 additions and 17 deletions

View File

@ -335,6 +335,7 @@ private:
FreeFilterComponent m_free_filter_component;
MyTabComponent m_wavefilter_tab;
Component* m_wave_container=nullptr;
void showAbout();
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
};