///////////////////////////////////////////////////////
| 61 | |
| 62 | //////////////////////////////////////////////////////////// |
| 63 | Music::Music() : m_impl(std::make_unique<Impl>()) |
| 64 | { |
| 65 | } |
| 66 | |
| 67 | |
| 68 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected