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

Method present

src/Qt/VideoRenderWidget.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void VideoRenderWidget::present(const QImage &m)
81{
82 image = m;
83 repaint();
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected