1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-31 19:44:54 +02:00

PrefsPanel classes registered; PrefsDialog.cpp independent of headers

This commit is contained in:
Paul Licameli
2020-01-19 20:53:03 -05:00
parent 1555fd84a4
commit e110f66ff8
41 changed files with 198 additions and 212 deletions

View File

@@ -55,6 +55,4 @@ class ModulePrefs final : public PrefsPanel
FilePaths mPaths;
};
/// A PrefsPanel::Factory that creates one ModulePrefs panel.
extern PrefsPanel::Factory ModulePrefsFactory;
#endif