Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ init
Method
init
src/Overview.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Overview::init(Diff3LineList* pDiff3LineList)
40
{
41
m_pDiff3LineList = pDiff3LineList;
42
m_pixmap = QPixmap(QSize(0, 0)); // make sure that a redraw happens
43
update();
44
}
45
46
void Overview::reset()
47
{
Callers
nothing calls this directly
Calls
2
QPixmap
Class · 0.85
QSize
Class · 0.85
Tested by
no test coverage detected