MCPcopy Create free account
hub / github.com/audacity/audacity / Commit

Method Commit

src/prefs/ExtImportPrefs.cpp:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool ExtImportPrefs::Commit()
215{
216 ShuttleGui S(this, eIsSavingToPrefs);
217 PopulateOrExchange(S);
218
219 Importer::Get().WriteImportItems();
220
221 return true;
222}
223
224// See bug #2315 for discussion. This should be reviewed
225// and (possibly) removed after wx3.1.3.

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
WriteImportItemsMethod · 0.80
PopulateOrExchangeFunction · 0.50

Tested by

no test coverage detected