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

Method setAgeC

src/MergeFileInfos.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 inline void setAgeA(const e_Age inAge) { m_ageA = inAge; }
184 inline void setAgeB(const e_Age inAge) { m_ageB = inAge; }
185 inline void setAgeC(const e_Age inAge) { m_ageC = inAge; }
186
187 MergeFileInfos* m_pParent = nullptr;
188 QList<MergeFileInfos*> m_children;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected