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

Method getSolvedConflicts

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

Source from the content-addressed store, hash-verified

497 inline void setUnsolvedConflicts(const qint32 unsolved) { nofUnsolvedConflicts = unsolved; }
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; }

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected