/ Check that an existing directory is writable. */ /
| 191 | /* Check that an existing directory is writable. */ |
| 192 | /**************************************************/ |
| 193 | void FileManager::checkExistingWriteableDir(QDir dir) { |
| 194 | this->checkExistingReadableDir(dir); |
| 195 | } |
| 196 | |
| 197 | |
| 198 |
nothing calls this directly
no test coverage detected