summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-10-19 10:57:02 +0800
committerHolger Freyther <holger+qt@freyther.de>2017-11-29 02:11:32 +0000
commit613fb8ce4d5120fc219babe961dbbc71fe5fcd0c (patch)
tree89992bbdeab7ac21f6740154a0651107a244a743
parent1820ec590050d37fc7b66cf1f6716f972eb6d684 (diff)
democompositor: Export the sourceFileName as well
This will allow to easily compare two different AppEntry. The easiest way is to check if they come from the same file. Change-Id: I2642b1037eeb3abd77f4b2d677753ccd01256075 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--wayland/democompositor/apps/appentry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/democompositor/apps/appentry.h b/wayland/democompositor/apps/appentry.h
index 4cdd581..bddc552 100644
--- a/wayland/democompositor/apps/appentry.h
+++ b/wayland/democompositor/apps/appentry.h
@@ -65,6 +65,7 @@ class AppEntry {
Q_PROPERTY(QString appId MEMBER appId CONSTANT)
Q_PROPERTY(QString executableName MEMBER executableName CONSTANT)
Q_PROPERTY(QString executablePath MEMBER executablePath CONSTANT)
+ Q_PROPERTY(QString sourceFileName MEMBER sourceFileName CONSTANT)
Q_PROPERTY(QVariantMap extensions MEMBER extensions CONSTANT)
public: