Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2789
void MergeResultWindow::scrollVertically(qint32 deltaY)
2790
{
2791
mVScrollBar->setValue(mVScrollBar->value() + deltaY);
2792
}
2793
2794
WindowTitleWidget::WindowTitleWidget()
2795
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.80
value
Method · 0.80
Tested by
no test coverage detected