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

Method scrollVertically

src/mergeresultwindow.cpp:2789–2792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2787}
2788
2789void MergeResultWindow::scrollVertically(qint32 deltaY)
2790{
2791 mVScrollBar->setValue(mVScrollBar->value() + deltaY);
2792}
2793
2794WindowTitleWidget::WindowTitleWidget()
2795{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
valueMethod · 0.80

Tested by

no test coverage detected