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

Method loadFromConfiguration

kdevplatform/debugger/util/pathmappings.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233}
234void PathMappingsWidget::loadFromConfiguration(const KConfigGroup& cfg)
235{
236 static_cast<PathMappingModel*>(m_pathMappingTable->model())->loadFromConfiguration(cfg);
237}
238
239void PathMappingsWidget::saveToConfiguration(const KConfigGroup& cfg) const
240{

Callers 1

Calls 1

modelMethod · 0.45

Tested by

no test coverage detected