| 312 | } |
| 313 | |
| 314 | qint32 DiffTextWindow::getLineNumberWidth() const |
| 315 | { |
| 316 | return std::floor(std::log10(std::max(d->m_size, 1))) + 1; |
| 317 | } |
| 318 | |
| 319 | DiffTextWindow::DiffTextWindow(DiffTextWindowFrame* pParent, |
| 320 | e_SrcSelector winIdx, |
no outgoing calls
no test coverage detected