diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 05:14:11 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-13 05:14:11 +0200 |
| commit | 09d98ef6e6d32e73a6b3c74679adc8a49b0dee7e (patch) | |
| tree | d4e5682b1b534c6b475c6279fdd1652c3c8e4b74 /daemon/manager.h | |
| parent | e99e0f6d456e86be244ed3baa022088ec859944a (diff) | |
Moved processing watch commands to separate object
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 3 |
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; |
