| 574 | } |
| 575 | |
| 576 | QString FileSystemActor::getTargetPath() const |
| 577 | { |
| 578 | return isFileSystemType(Link) ? getLinkTarget() : getFullPath(); |
| 579 | } |
| 580 | |
| 581 | QString FileSystemActor::getFileName(bool truncExt) |
| 582 | { |
no outgoing calls
no test coverage detected