summaryrefslogtreecommitdiff
path: root/daemon/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/manager.h')
-rw-r--r--daemon/manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/manager.h b/daemon/manager.h
index ab5b8e7..75fd90f 100644
--- a/daemon/manager.h
+++ b/daemon/manager.h
@@ -4,6 +4,7 @@
#include "watchconnector.h"
#include "dbusconnector.h"
#include "voicecallmanager.h"
+#include "watchcommands.h"
#include <QObject>
#include <QBluetoothLocalDevice>
@@ -32,6 +33,8 @@ class Manager :
DBusConnector *dbus;
VoiceCallManager *voice;
+ WatchCommands *commands;
+
MNotification notification;
QContactManager *contacts;