| 277 | static QSharedPointer<DiffBufferInfo> m_pDiffBufferInfo; // Needed by this class and only this but inited directly from KDiff3App::mainInit |
| 278 | |
| 279 | [[nodiscard]] inline bool hasFineDiffAB() const { return pFineAB != nullptr; } |
| 280 | [[nodiscard]] inline bool hasFineDiffBC() const { return pFineBC != nullptr; } |
| 281 | [[nodiscard]] inline bool hasFineDiffCA() const { return pFineCA != nullptr; } |
| 282 |