From 613fb8ce4d5120fc219babe961dbbc71fe5fcd0c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 19 Oct 2017 10:57:02 +0800 Subject: 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 --- wayland/democompositor/apps/appentry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wayland/democompositor/apps') 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: -- cgit v1.2.3