aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src2/appinfo.h
diff options
context:
space:
mode:
authorPhilippe Lelong <lelong.ph@meltemus.com>2016-12-14 11:58:20 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-12-16 09:08:31 +0100
commitdd7bb40b885efbde6ca7121194403857ef263208 (patch)
tree137b2ef02b0775090fa81b7ca426299f6be6bfae /HomeScreen/src2/appinfo.h
parenta8414c772521b330d950dedc7f5b25f8ebff6e23 (diff)
Home screen translation changes
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
Diffstat (limited to 'HomeScreen/src2/appinfo.h')
-rw-r--r--HomeScreen/src2/appinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/HomeScreen/src2/appinfo.h b/HomeScreen/src2/appinfo.h
index a800a80..a108d85 100644
--- a/HomeScreen/src2/appinfo.h
+++ b/HomeScreen/src2/appinfo.h
@@ -56,6 +56,7 @@ public:
friend QDBusArgument &operator <<(QDBusArgument &argument, const AppInfo &appInfo);
friend const QDBusArgument &operator >>(const QDBusArgument &argument, AppInfo &appInfo);
+ void setName(const QString &name);
private:
class Private;
QSharedDataPointer<Private> d;