MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / QtPlayer

Method QtPlayer

src/QtPlayer.cpp:29–31  ·  view source on GitHub ↗

Delegating constructor

Source from the content-addressed store, hash-verified

27
28 // Delegating constructor
29 QtPlayer::QtPlayer()
30 : QtPlayer::QtPlayer(new VideoRenderer())
31 { }
32
33 // Constructor
34 QtPlayer::QtPlayer(openshot::RendererBase *rb)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected