| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected