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

Method fullNameC

src/MergeFileInfos.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156QString MergeFileInfos::fullNameC() const
157{
158 if(existsInC())
159 return getFileInfoC()->absoluteFilePath();
160
161 return gDirInfo->dirC().absoluteFilePath() + '/' + subPath();
162}
163
164void MergeFileInfos::sort(Qt::SortOrder order)
165{

Callers 3

mousePressEventMethod · 0.80
contextMenuEventMethod · 0.80
executeMergeOperationMethod · 0.80

Calls 1

absoluteFilePathMethod · 0.45

Tested by

no test coverage detected