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

Method setAgeB

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

Source from the content-addressed store, hash-verified

182 bool fastFileComparison(FileAccess& fi1, FileAccess& fi2, bool& bError, QString& status);
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected