Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
672
void DiffTextWindow::scrollVertically(qint32 deltaY)
673
{
674
mVScrollBar->setValue(mVScrollBar->value() + deltaY);
675
}
676
677
void DiffTextWindow::focusInEvent(QFocusEvent* e)
678
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.80
value
Method · 0.80
Tested by
no test coverage detected