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