Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ slotRedraw
Method
slotRedraw
src/Overview.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void Overview::slotRedraw()
52
{
53
m_pixmap = QPixmap(QSize(0, 0)); // make sure that a redraw happens
54
update();
55
}
56
57
void Overview::setRange(LineRef firstLine, LineType pageHeight)
58
{
Callers
1
slotFinishRecalcWordWrap
Method · 0.80
Calls
2
QPixmap
Class · 0.85
QSize
Class · 0.85
Tested by
no test coverage detected