Delegating constructor
| 27 | |
| 28 | // Delegating constructor |
| 29 | QtPlayer::QtPlayer() |
| 30 | : QtPlayer::QtPlayer(new VideoRenderer()) |
| 31 | { } |
| 32 | |
| 33 | // Constructor |
| 34 | QtPlayer::QtPlayer(openshot::RendererBase *rb) |
nothing calls this directly
no outgoing calls
no test coverage detected