| 297 | } |
| 298 | |
| 299 | void PatchReviewToolView::prevHunk() |
| 300 | { |
| 301 | IDocument* current = ICore::self()->documentController()->activeDocument(); |
| 302 | if(current && current->textDocument()) |
| 303 | m_plugin->seekHunk( false, current->textDocument()->url() ); |
| 304 | } |
| 305 | |
| 306 | void PatchReviewToolView::seekFile(bool forwards) |
| 307 | { |
nothing calls this directly
no test coverage detected