| 68 | { |
| 69 | public: |
| 70 | DummyWriter2(const DummyWriter2 &other) : mitk::AbstractFileWriter(other), m_Content("hi there file path") {} |
| 71 | DummyWriter2(const std::string &basedataType, const std::string &extension, int ranking) |
| 72 | : mitk::AbstractFileWriter(basedataType, extension, "This is a dummy description"), m_Content("hi there file path") |
| 73 | { |
nothing calls this directly
no test coverage detected