From 681c1bdc4bf76dcc8d685fe8c91135039bd79904 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 14 Jun 2019 18:04:16 +0900 Subject: change role --- app/main.cpp | 4 ++-- package/config.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index 7fdff20..a1c2dd2 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -19,8 +19,8 @@ int main(int argc, char *argv[]) { AGLApplication app(argc, argv); - app.setApplicationName("VideoPlayer"); - app.setupApplicationRole("Video"); + app.setApplicationName("video"); + app.setupApplicationRole("video"); app.load(QUrl(QStringLiteral("qrc:/VideoPlayer.qml"))); return app.exec(); } diff --git a/package/config.xml b/package/config.xml index e1a64ad..5428a0d 100644 --- a/package/config.xml +++ b/package/config.xml @@ -1,6 +1,6 @@ - - Video + + video This is a demo videoplayer application -- cgit 1.2.3-korg