| 300 | } |
| 301 | |
| 302 | void VcsPluginHelper::diffForRev() |
| 303 | { |
| 304 | Q_D(VcsPluginHelper); |
| 305 | |
| 306 | if (d->ctxUrls.isEmpty()) { |
| 307 | return; |
| 308 | } |
| 309 | diffForRev(d->ctxUrls.first()); |
| 310 | } |
| 311 | |
| 312 | void VcsPluginHelper::diffForRevGlobal() |
| 313 | { |
nothing calls this directly
no test coverage detected