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

Method setNumberOfEquals

src/diff.h:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 [[nodiscard]] inline quint64 diff2() const { return mDiff2; };
118
119 inline void setNumberOfEquals(const qint32 inNumOfEquals) { nofEquals = inNumOfEquals; }
120
121 inline void adjustNumberOfEquals(const qint64 delta) { nofEquals += delta; }
122 inline void adjustDiff1(const qint64 delta) { mDiff1 += delta; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected