From 09d98ef6e6d32e73a6b3c74679adc8a49b0dee7e Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Sun, 13 Jul 2014 05:14:11 +0200 Subject: Moved processing watch commands to separate object --- daemon/manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'daemon/manager.h') 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 #include @@ -32,6 +33,8 @@ class Manager : DBusConnector *dbus; VoiceCallManager *voice; + WatchCommands *commands; + MNotification notification; QContactManager *contacts; -- cgit v1.2.3