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

Function InitPreferences

libraries/lib-preferences/Prefs.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233#endif
234
235void InitPreferences( std::unique_ptr<audacity::BasicSettings> uPrefs )
236{
237 gPrefs = uPrefs.get();
238 ugPrefs = std::move(uPrefs);
239 //wxConfigBase::Set(gPrefs);
240 PrefsListener::Broadcast();
241}
242
243void GetPreferencesVersion(int& vMajor, int& vMinor, int& vMicro)
244{

Callers 4

PluginHostMethod · 0.85
OnInitMethod · 0.85
MockedPrefsMethod · 0.85
onInitMethod · 0.85

Calls 2

moveFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected