summaryrefslogtreecommitdiff
path: root/daemon/manager.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-13 05:14:11 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-13 05:14:11 +0200
commit09d98ef6e6d32e73a6b3c74679adc8a49b0dee7e (patch)
treed4e5682b1b534c6b475c6279fdd1652c3c8e4b74 /daemon/manager.h
parente99e0f6d456e86be244ed3baa022088ec859944a (diff)
Moved processing watch commands to separate object
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;