Skip to content

Combine doLoadConfig()/loadConfig(), doSaveConfig()/saveConfig()

doLoadConfig(), virtual but never overridden, loaded some configuration options and then called virtual loadConfig() to load the rest. Combine them into one virtual function. The same applies to doSaveConfig() and saveConfig().

Merge request reports