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

Method fullNameDest

src/MergeFileInfos.cpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172QString MergeFileInfos::fullNameDest() const
173{
174 if(gDirInfo->destDir().prettyAbsPath() == gDirInfo->dirC().prettyAbsPath())
175 return fullNameC();
176 else if(gDirInfo->destDir().prettyAbsPath() == gDirInfo->dirB().prettyAbsPath())
177 return fullNameB();
178 else
179 return gDirInfo->destDir().absoluteFilePath() + '/' + subPath();
180}
181
182bool MergeFileInfos::compareFilesAndCalcAges(QStringList& errors, DirectoryMergeWindow* pDMW)
183{

Callers 3

mergeResultSavedMethod · 0.80
executeMergeOperationMethod · 0.80
mergeCurrentFileMethod · 0.80

Calls 2

prettyAbsPathMethod · 0.45
absoluteFilePathMethod · 0.45

Tested by

no test coverage detected