| 57 | { |
| 58 | public: |
| 59 | DummyReader2(const DummyReader2 &other) : mitk::AbstractFileReader(other) {} |
| 60 | DummyReader2(const std::string &mimeTypeName, const std::string &extension, int priority) : mitk::AbstractFileReader() |
| 61 | { |
| 62 | mitk::CustomMimeType mimeType(mimeTypeName); |
nothing calls this directly
no test coverage detected