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

Method DeleteAll

src/AudacityFileConfig.cpp:270–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270bool AudacityFileConfig::DeleteAll()
271{
272 auto res = wxFileConfig::DeleteAll();
273 if (res)
274 {
275 mDirty = true;
276 }
277 return res;
278}
279
280bool AudacityFileConfig::DoWriteString(const wxString& key, const wxString& szValue)
281{

Callers 2

GetPresetMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected