MCPcopy Create free account
hub / github.com/KDE/kdevelop / nextHunk

Method nextHunk

plugins/patchreview/patchreviewtoolview.cpp:292–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void 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
299void PatchReviewToolView::prevHunk()
300{

Callers

nothing calls this directly

Calls 5

activeDocumentMethod · 0.80
documentControllerMethod · 0.80
seekHunkMethod · 0.80
textDocumentMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected