| 306 | void AbstractFileReader::SetMimeTypePrefix(const std::string &prefix) { d->SetMimeTypePrefix(prefix); } |
| 307 | std::string AbstractFileReader::GetMimeTypePrefix() const { return d->GetMimeTypePrefix(); } |
| 308 | std::string AbstractFileReader::GetDescription() const { return d->GetDescription(); } |
| 309 | void AbstractFileReader::SetDefaultDataNodeProperties(DataNode *node, const std::string &filePath) |
| 310 | { |
| 311 | // path |
no outgoing calls
no test coverage detected