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

Function GetPreferencesVersion

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

Source from the content-addressed store, hash-verified

241}
242
243void GetPreferencesVersion(int& vMajor, int& vMinor, int& vMicro)
244{
245 vMajor = gVersionMajorKeyInit;
246 vMinor = gVersionMinorKeyInit;
247 vMicro = gVersionMicroKeyInit;
248}
249
250void SetPreferencesVersion(int vMajor, int vMinor, int vMicro)
251{

Callers 2

InitPart2Method · 0.85
ReadConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected