summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/resources/apps/stocqt.app
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-09-28 15:14:58 +0200
committerHolger Freyther <holger+qt@freyther.de>2017-11-09 13:03:21 +0000
commita84980d2cde1f62e574446729d48dd0b29804933 (patch)
tree88cab57c9dc79493b44cb93330fd935d367840c1 /wayland/democompositor/resources/apps/stocqt.app
parenta55e76398219a2188691ca718216b9faca7abe18 (diff)
democompositor: Add a mandatory "Id" to the app specification
Add a manodatory appId, expose it to QML, add a simple find by id method and update the testcases. Change-Id: I4f80a97e5f31e972694dd61eff0166f9de2f5d51 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'wayland/democompositor/resources/apps/stocqt.app')
-rw-r--r--wayland/democompositor/resources/apps/stocqt.app1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/democompositor/resources/apps/stocqt.app b/wayland/democompositor/resources/apps/stocqt.app
index 9317359..692f9ce 100644
--- a/wayland/democompositor/resources/apps/stocqt.app
+++ b/wayland/democompositor/resources/apps/stocqt.app
@@ -3,6 +3,7 @@
"Version": 1,
"Icon": "qrc:/images/Icon_StocQt.png",
"Name": "StoQt",
+ "Id": "io.qt.stoqt",
"Exec": "stocqt",
"Path": "./"
}