summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/apps/appentry.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-09-14 17:33:12 +0200
committerHolger Freyther <holger+qt@freyther.de>2017-10-24 12:06:40 +0000
commita55e76398219a2188691ca718216b9faca7abe18 (patch)
treeaa50e3a05e7a0c7d78ee1e8f45cd4722b50ae3d8 /wayland/democompositor/apps/appentry.cpp
parent04c907b60b7da6175f81fb1b5f61cc4ce3f71e1e (diff)
democompositor: Allow arbitrary extensions inside the app map
Allow extensions and let them begin with X-. Briefly document it, add some extensions as an example and briefly test that the right values are parsed. Change-Id: I7a9ae6b2f365802fcce6dce56fa7795f76d83421 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'wayland/democompositor/apps/appentry.cpp')
-rw-r--r--wayland/democompositor/apps/appentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/democompositor/apps/appentry.cpp b/wayland/democompositor/apps/appentry.cpp
index aaae167..cdb9ba8 100644
--- a/wayland/democompositor/apps/appentry.cpp
+++ b/wayland/democompositor/apps/appentry.cpp
@@ -53,5 +53,5 @@
AppEntry AppEntry::empty()
{
QString empty;
- return AppEntry{empty, empty, empty, empty, empty};
+ return AppEntry{empty, empty, empty, empty, empty, QVariantMap()};
}