Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void 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
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected