| 597 | } |
| 598 | |
| 599 | bool FileSystemActor::isFileSystemType(FileSystemActorType fsType) const |
| 600 | { |
| 601 | return (type.ternaryType & fsType) ? true : false; |
| 602 | } |
| 603 | |
| 604 | QString FileSystemActor::getThumbnailID() const |
| 605 | { |
no outgoing calls
no test coverage detected