MCPcopy Create free account
hub / github.com/KDE/kdiff3 / scrollVertically

Method scrollVertically

src/difftextwindow.cpp:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672void DiffTextWindow::scrollVertically(qint32 deltaY)
673{
674 mVScrollBar->setValue(mVScrollBar->value() + deltaY);
675}
676
677void DiffTextWindow::focusInEvent(QFocusEvent* e)
678{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected