MCPcopy Create free account
hub / github.com/KDE/kdiff3 / setFirstLine

Method setFirstLine

src/mergeresultwindow.cpp:405–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void MergeResultWindow::setFirstLine(LineRef firstLine) //connected to qt controled signal
406{
407 m_firstLine = std::max<LineRef>(0, firstLine);
408 update();
409}
410
411void MergeResultWindow::setHorizScrollOffset(const qint32 horizScrollOffset)
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected