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

Function SetPreferencesVersion

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

Source from the content-addressed store, hash-verified

248}
249
250void SetPreferencesVersion(int vMajor, int vMinor, int vMicro)
251{
252 gVersionMajorKeyInit = vMajor;
253 gVersionMinorKeyInit = vMinor;
254 gVersionMicroKeyInit = vMicro;
255}
256
257void ResetPreferences()
258{

Callers 1

PopulatePreferencesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected