| 285 | } |
| 286 | |
| 287 | DiffHighlighter *SyncthingModels::createDiffHighlighter(QTextDocument *parent) |
| 288 | { |
| 289 | return new DiffHighlighter(parent); |
| 290 | } |
| 291 | |
| 292 | QString SyncthingModels::resolveUrl(const QUrl &url) |
| 293 | { |
nothing calls this directly
no outgoing calls
no test coverage detected