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

Method removeSetting

src/profile.cpp:1054–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054void Profile::removeSetting(const QString& section, const QString& name)
1055{
1056 m_Settings->remove(keyName(section, name));
1057}
1058
1059QVariantMap Profile::settingsByGroup(const QString& section) const
1060{

Callers 1

commitChangesMethod · 0.80

Calls 2

keyNameFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected