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