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

Enum FileIndex

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

Source from the content-addressed store, hash-verified

182bool MergeFileInfos::compareFilesAndCalcAges(QStringList& errors, DirectoryMergeWindow* pDMW)
183{
184 enum class FileIndex
185 {
186 a,
187 b,
188 c
189 };
190
191 std::map<QDateTime, FileIndex> dateMap;
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected