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

Method setSolvedConflicts

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

Source from the content-addressed store, hash-verified

498
499 [[nodiscard]] inline qint32 getSolvedConflicts() const { return nofSolvedConflicts; }
500 inline void setSolvedConflicts(const qint32 solved) { nofSolvedConflicts = solved; }
501
502 [[nodiscard]] inline qint32 getWhitespaceConflicts() const { return nofWhitespaceConflicts; }
503 inline void setWhitespaceConflicts(const qint32 wintespace) { nofWhitespaceConflicts = wintespace; }

Callers 1

mergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected