| 138 | } |
| 139 | |
| 140 | QString FileSource::getAbsoluteFilePath() const |
| 141 | { |
| 142 | return this->isFileOpened ? this->fileInfo.absoluteFilePath() : QString(); |
| 143 | } |
| 144 | |
| 145 | FileSource::fileFormat_t FileSource::guessFormatFromFilename() const |
| 146 | { |
no outgoing calls
no test coverage detected