MCPcopy 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
39void 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
46void Overview::reset()
47{

Callers

nothing calls this directly

Calls 2

QPixmapClass · 0.85
QSizeClass · 0.85

Tested by

no test coverage detected