aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src2/appinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src2/appinfo.cpp')
-rw-r--r--HomeScreen/src2/appinfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/HomeScreen/src2/appinfo.cpp b/HomeScreen/src2/appinfo.cpp
index 6b61632..4792b52 100644
--- a/HomeScreen/src2/appinfo.cpp
+++ b/HomeScreen/src2/appinfo.cpp
@@ -108,6 +108,10 @@ QString AppInfo::name() const
{
return d->name;
}
+void AppInfo::setName(const QString &name)
+{
+ d->name = name;
+}
QString AppInfo::description() const
{