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