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

Method adjustDiff1

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

Source from the content-addressed store, hash-verified

120
121 inline void adjustNumberOfEquals(const qint64 delta) { nofEquals += delta; }
122 inline void adjustDiff1(const qint64 delta) { mDiff1 += delta; }
123 inline void adjustDiff2(const qint64 delta) { mDiff2 += delta; }
124
125 bool operator==(const Diff& b) const

Callers 6

runDiffMethod · 0.80
calcDiffMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected