TODO: Fix after line number area is converted to a QWidget.
| 185 | |
| 186 | //TODO: Fix after line number area is converted to a QWidget. |
| 187 | [[nodiscard]] qint32 leftInfoWidth() const { return 4 + (gOptions->m_bShowLineNumbers ? m_pDiffTextWindow->getLineNumberWidth() : 0); } // Number of information columns on left side |
| 188 | [[nodiscard]] LineRef convertLineOnScreenToLineInSource(const qint32 lineOnScreen, const e_CoordType coordType, const bool bFirstLine) const; |
| 189 | |
| 190 | void prepareTextLayout(QTextLayout& textLayout, qint32 visibleTextWidth = -1); |
no test coverage detected