| 57 | } |
| 58 | |
| 59 | QUrl PathMappings::convertToRemoteUrl(const KConfigGroup& config, const QUrl& localUrl) |
| 60 | { |
| 61 | KConfigGroup cfg = config.group(pathMappingsEntry); |
| 62 | return rebaseMatchingUrl(localUrl, cfg, pathMappingLocalEntry, pathMappingRemoteEntry); |
| 63 | } |
| 64 | |
| 65 | |
| 66 | class PathMappingModel : public QAbstractTableModel |
nothing calls this directly
no test coverage detected