| 229 | private: |
| 230 | friend DiffTextWindow; |
| 231 | [[nodiscard]] e_SrcSelector getWindowIndex() const { return m_pDiffTextWindow->getWindowIndex(); } |
| 232 | |
| 233 | QPointer<DiffTextWindow> m_pDiffTextWindow; |
| 234 | QString mTextEncoding; |
nothing calls this directly
no test coverage detected