diff --git a/examples/QQPlayer-demo/main.cpp b/examples/QQPlayer-demo/main.cpp index 4e8b770..0399c26 100644 --- a/examples/QQPlayer-demo/main.cpp +++ b/examples/QQPlayer-demo/main.cpp @@ -43,6 +43,5 @@ int main(int argc, char *argv[]) { }, Qt::QueuedConnection); engine.load(mainQmlUrl); - return QGuiApplication::exec(); }