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

Method setAgeA

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

Source from the content-addressed store, hash-verified

181
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected