| 53 | }; |
| 54 | |
| 55 | FileWriterSelector::FileWriterSelector(const FileWriterSelector &other) : m_Data(other.m_Data) {} |
| 56 | FileWriterSelector::FileWriterSelector(const BaseData *baseData, const std::string &mimeType, const std::string &path) |
| 57 | : m_Data(new Impl) |
| 58 | { |
nothing calls this directly
no test coverage detected