From 1eac0ebec1db39c74fdd998ce07246ed3f576cbe Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 17 Apr 2015 13:06:36 +0200 Subject: Fixed AppJS loading Fixes #49 --- daemon/appinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/appinfo.cpp') diff --git a/daemon/appinfo.cpp b/daemon/appinfo.cpp index 7c9a876..f806ec9 100644 --- a/daemon/appinfo.cpp +++ b/daemon/appinfo.cpp @@ -52,6 +52,7 @@ AppInfo::AppInfo(const Bundle &rhs) : Bundle(rhs), d(new AppInfoData) AppInfo &AppInfo::operator=(const AppInfo &rhs) { + Bundle::operator=(rhs); if (this != &rhs) d.operator=(rhs.d); return *this; @@ -185,7 +186,6 @@ QString AppInfo::getJSApp() const } return QString::fromUtf8(appJS->readAll()); - } AppInfo AppInfo::fromPath(const QString &path) -- cgit v1.2.3