| 291 | } |
| 292 | |
| 293 | void AbstractFileReader::SetProperties(const PropertyList* properties) |
| 294 | { |
| 295 | d->m_Properties = properties; |
| 296 | } |
| 297 | |
| 298 | const PropertyList* AbstractFileReader::GetProperties() const |
| 299 | { |
no outgoing calls
no test coverage detected