| 87 | } |
| 88 | |
| 89 | bool SubtitleMatcher::isWritablePath(QString path) const { |
| 90 | QFileInfo pathFileInfo(path); |
| 91 | return QFileInfo(pathFileInfo.absolutePath()).isWritable(); |
| 92 | } |
| 93 | |
| 94 | void SubtitleMatcher::removeOrCopy(QString targetMoviefilePath, |
| 95 | QString targetSubtitlesFilePath) const { |
nothing calls this directly
no outgoing calls
no test coverage detected