MCPcopy 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
51void Overview::slotRedraw()
52{
53 m_pixmap = QPixmap(QSize(0, 0)); // make sure that a redraw happens
54 update();
55}
56
57void Overview::setRange(LineRef firstLine, LineType pageHeight)
58{

Callers 1

Calls 2

QPixmapClass · 0.85
QSizeClass · 0.85

Tested by

no test coverage detected