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

Function removeSection

src/settingsutilities.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void removeSection(QSettings& settings, const QString& section)
70{
71 removeImpl(settings, section, section, "");
72}
73
74ScopedGroup::ScopedGroup(QSettings& s, const QString& name)
75 : m_settings(s), m_name(name)

Callers 8

processUpdatesMethod · 0.85
setExecutablesMethod · 0.85
resetIfNeededMethod · 0.85
resetQuestionButtonsMethod · 0.85
writeBlacklistMethod · 0.85
setRecentMethod · 0.85
updateServersMethod · 0.85
updateFromOldMapMethod · 0.85

Calls 1

removeImplFunction · 0.85

Tested by

no test coverage detected