change role sandbox/zheng_wenlong/als2019
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 14 Jun 2019 09:04:16 +0000 (18:04 +0900)
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>
Fri, 14 Jun 2019 09:04:16 +0000 (18:04 +0900)
app/main.cpp
package/config.xml

index 7fdff20..a1c2dd2 100644 (file)
@@ -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();
 }
index e1a64ad..5428a0d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="videoplayer" version="0.1">
-  <name>Video</name>
+<widget xmlns="http://www.w3.org/ns/widgets" id="video" version="0.1">
+  <name>video</name>
   <icon src="icon.svg"/>
   <content src="bin/videoplayer" type="application/vnd.agl.native"/>
   <description>This is a demo videoplayer application</description>