MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / storeSetting

Method storeSetting

src/profile.cpp:1048–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048void Profile::storeSetting(const QString& section, const QString& name,
1049 const QVariant& value)
1050{
1051 m_Settings->setValue(keyName(section, name), value);
1052}
1053
1054void Profile::removeSetting(const QString& section, const QString& name)
1055{

Callers 2

commitChangesMethod · 0.80
onProfileChangedMethod · 0.80

Calls 2

keyNameFunction · 0.85
setValueMethod · 0.80

Tested by

no test coverage detected