| 22 | { |
| 23 | public: |
| 24 | DummyReader(const DummyReader &other) : mitk::AbstractFileReader(other) {} |
| 25 | DummyReader(const std::string &mimeTypeName, const std::string &extension, int priority) : mitk::AbstractFileReader() |
| 26 | { |
| 27 | mitk::CustomMimeType mimeType(mimeTypeName); |
nothing calls this directly
no test coverage detected