| 110 | [[nodiscard]] qint32 d3LineIdx() const { return m_d3LineIdx; } |
| 111 | [[nodiscard]] qint32 textStart() const { return m_textStart; } |
| 112 | [[nodiscard]] qint32 textLength() const { return m_textLength; } |
| 113 | |
| 114 | private: |
| 115 | qint32 m_d3LineIdx = 0; |
no outgoing calls
no test coverage detected