summaryrefslogtreecommitdiff
path: root/daemon/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/manager.cpp')
-rw-r--r--daemon/manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/manager.cpp b/daemon/manager.cpp
index 778fdc6..8d41c89 100644
--- a/daemon/manager.cpp
+++ b/daemon/manager.cpp
@@ -14,7 +14,7 @@ Manager::Manager(Settings *settings, QObject *parent) :
notifications(new NotificationManager(settings, this)),
music(new MusicManager(watch, this)),
datalog(new DataLogManager(watch, this)),
- appmsg(new AppMsgManager(watch, this)),
+ appmsg(new AppMsgManager(apps, watch, this)),
js(new JSKitManager(apps, appmsg, this)),
notification(MNotification::DeviceEvent)
{