mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-09 07:55:42 +01:00
Table-driven construction of Prefs dialog. A factory for each kind of panel...
... and maybe a future plug-in protocol to break compilation dependency on all of the PrefsPanel subclasses.
This commit is contained in:
@@ -109,3 +109,8 @@ bool ImportExportPrefs::Apply()
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
PrefsPanel *ImportExportPrefsFactory::Create(wxWindow *parent)
|
||||
{
|
||||
return new ImportExportPrefs(parent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user