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

Method fullNameA

src/MergeFileInfos.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140QString MergeFileInfos::fullNameA() const
141{
142 if(existsInA())
143 return getFileInfoA()->absoluteFilePath();
144
145 return gDirInfo->dirA().absoluteFilePath() + '/' + subPath();
146}
147
148QString MergeFileInfos::fullNameB() const
149{

Callers 4

mousePressEventMethod · 0.80
contextMenuEventMethod · 0.80
mergeResultSavedMethod · 0.80
executeMergeOperationMethod · 0.80

Calls 1

absoluteFilePathMethod · 0.45

Tested by

no test coverage detected