MCPcopy Create free account
hub / github.com/KDE/kdiff3 / WrapLineCacheData

Method WrapLineCacheData

src/difftextwindow.cpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105{
106 public:
107 WrapLineCacheData() = default;
108 WrapLineCacheData(qint32 d3LineIdx, qint32 textStart, qint32 textLength):
109 m_d3LineIdx(d3LineIdx), m_textStart(textStart), m_textLength(textLength) {}
110 [[nodiscard]] qint32 d3LineIdx() const { return m_d3LineIdx; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected