X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fmain.cpp;h=c5527a8c73786eab08e9619d69baa10df104f274;hb=refs%2Ftags%2Fguppy%2F6.99.4;hp=7bc4e2f97332b2a8823d812ee5eb57fbb27ade56;hpb=a605a430cce1253f17f943f2c0c7441e059eafea;p=apps%2Fmediaplayer.git diff --git a/app/main.cpp b/app/main.cpp index 7bc4e2f..c5527a8 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -93,8 +93,6 @@ int main(int argc, char *argv[]) context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress, context)); context->setContextProperty(QStringLiteral("screenInfo"), &screenInfo); - usleep(300000); - engine.load(QUrl(QStringLiteral("qrc:/MediaPlayer.qml"))); QObject *root = engine.rootObjects().first(); QQuickWindow *window = qobject_cast(root);