Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ saveToConfiguration
Method
saveToConfiguration
kdevplatform/debugger/util/pathmappings.cpp:239–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
void PathMappingsWidget::saveToConfiguration(const KConfigGroup& cfg) const
240
{
241
static_cast<PathMappingModel*>(m_pathMappingTable->model())->saveToConfiguration(cfg);
242
}
243
244
}
245
Callers
1
save
Method · 0.45
Calls
1
model
Method · 0.45
Tested by
no test coverage detected