MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetSaveSettingsType

Method SetSaveSettingsType

Src/ParameterCompone/ParameterGlobal.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void CParameterGlobal::SetSaveSettingsType(const SaveSettingsType &type)
34{
35 if(m_SaveSettingsType == type)
36 return;
37 m_SaveSettingsType = type;
38 SetModified(true);
39 emit sigSaveSettingsTypeChanged();
40}

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected