diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-01 02:21:30 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-01 02:21:30 +0100 |
| commit | 1e3794c476caf5c41360c36cc13c8425ec0dd26c (patch) | |
| tree | f86693c5e17671f821871f95e462f299170277e0 /daemon/manager.cpp | |
| parent | cf405034b49e5e8ba7a8d22522878c8834b8d4ae (diff) | |
implement message passing around jskit apps and watch
Diffstat (limited to 'daemon/manager.cpp')
| -rw-r--r-- | daemon/manager.cpp | 2 |
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) { |
