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

Method fullNameB

src/MergeFileInfos.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148QString MergeFileInfos::fullNameB() const
149{
150 if(existsInB())
151 return getFileInfoB()->absoluteFilePath();
152
153 return gDirInfo->dirB().absoluteFilePath() + '/' + subPath();
154}
155
156QString MergeFileInfos::fullNameC() const
157{

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