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 212a1d7..32b313f 100644
--- a/daemon/manager.cpp
+++ b/daemon/manager.cpp
@@ -18,7 +18,7 @@ Manager::Manager(Settings *settings, QObject *parent) :
music(new MusicManager(watch, this)),
datalog(new DataLogManager(watch, this)),
appmsg(new AppMsgManager(apps, watch, this)),
- js(new JSKitManager(apps, appmsg, this)),
+ js(new JSKitManager(watch, apps, appmsg, settings, this)),
notification(MNotification::DeviceEvent)
{
connect(settings, SIGNAL(valueChanged(QString)), SLOT(onSettingChanged(const QString&)));