summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/process-status/system-ui/Stats.qml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-06-07 21:06:37 +0200
committerRobert Griebl <robert.griebl@qt.io>2023-06-12 11:39:40 +0200
commit3b4c3443f0a254f1dd63cc124433dd7c736654a7 (patch)
tree8333fe33677ab33439c9575503d71c709b299da8 /examples/applicationmanager/process-status/system-ui/Stats.qml
parent2e5dfb1ca82b1ea84ca84b04e33d178221d7ce4c (diff)
Make sure that no example throws qmllint warnings
Pick-to: 6.6 Change-Id: I8915fce95eaa0f2c80290f403088c842b02c9657 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'examples/applicationmanager/process-status/system-ui/Stats.qml')
-rw-r--r--examples/applicationmanager/process-status/system-ui/Stats.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/applicationmanager/process-status/system-ui/Stats.qml b/examples/applicationmanager/process-status/system-ui/Stats.qml
index b9d66487..550d0585 100644
--- a/examples/applicationmanager/process-status/system-ui/Stats.qml
+++ b/examples/applicationmanager/process-status/system-ui/Stats.qml
@@ -12,6 +12,7 @@ import QtApplicationManager.SystemUI 2.0
when all that is needed is the latest information on a given application process.
*/
Grid {
+ id: root
spacing: 10
columns: 2
rows: 5