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