| 224 | [[nodiscard]] QColor diff1Color() const { return m_cDiff1; } |
| 225 | [[nodiscard]] QColor diff2Color() const { return m_cDiff2; } |
| 226 | [[nodiscard]] QColor diffBothColor() const { return m_cDiffBoth; } |
| 227 | [[nodiscard]] const Diff3LineVector* diff3LineVector() { return mDiff3LineVector; } |
| 228 | |
| 229 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected