| 290 | } |
| 291 | |
| 292 | void PatchReviewToolView::nextHunk() |
| 293 | { |
| 294 | IDocument* current = ICore::self()->documentController()->activeDocument(); |
| 295 | if(current && current->textDocument()) |
| 296 | m_plugin->seekHunk( true, current->textDocument()->url() ); |
| 297 | } |
| 298 | |
| 299 | void PatchReviewToolView::prevHunk() |
| 300 | { |
nothing calls this directly
no test coverage detected