MCPcopy Create free account
hub / github.com/KDE/kdevelop / loadFromConfig

Method loadFromConfig

kdevplatform/shell/settings/environmentprofilelistmodel.cpp:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void EnvironmentProfileListModel::loadFromConfig(KConfig* config)
188{
189 beginResetModel();
190
191 loadSettings(config);
192
193 endResetModel();
194}
195
196
197void EnvironmentProfileListModel::saveToConfig(KConfig* config)

Callers 1

loadSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected