diff options
author | 2019-06-14 18:04:16 +0900 | |
---|---|---|
committer | 2019-06-14 18:04:16 +0900 | |
commit | 681c1bdc4bf76dcc8d685fe8c91135039bd79904 (patch) | |
tree | de110701e7c2b3fa9022b9a652dc4739ba1b6725 /app | |
parent | 7d1045bda8740658313f6f1477edac42fee6a0d6 (diff) |
change rolesandbox/zheng_wenlong/als2019
Diffstat (limited to 'app')
-rw-r--r-- | app/main.cpp | 4 |
1 files changed, 2 insertions, 2 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(); } |