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

Function main

examples/qt-demo/main.cpp:17–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <QApplication>
16
17int main(int argc, char *argv[])
18{
19 // Enable logging for openshot-player since this is primarily used for
20 // profiling and debugging video playback issues.
21 openshot::ZmqLogger::Instance()->Enable(true);
22 openshot::ZmqLogger::Instance()->Path("./player.log");
23
24 QApplication app(argc, argv);
25 PlayerDemo demo;
26 demo.show();
27 return app.exec();
28}

Callers

nothing calls this directly

Calls 2

EnableMethod · 0.80
PathMethod · 0.80

Tested by

no test coverage detected