diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-30 02:14:58 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-06-30 02:14:58 +0200 |
| commit | f86af8e40591693f733c539a476c53ccf41c97a1 (patch) | |
| tree | 4b853f79d9a6d0d78e874cfc8b07b56b494669ac /daemon/manager.h | |
| parent | 3c52767b24f27ac166f9c68e2fc73811527bafe1 (diff) | |
Implemented notification on Pebble connect/disconnect
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 a1b206e..bfbd92d 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -10,6 +10,7 @@ #include <QtContacts/QContactManager> #include <QtContacts/QContactDetailFilter> #include <CommHistory/GroupModel> +#include <MNotification> using namespace QtContacts; using namespace CommHistory; @@ -24,6 +25,8 @@ class Manager : public QObject DBusConnector *dbus; VoiceCallManager *voice; + MNotification notification; + QContactManager *contacts; QContactDetailFilter numberFilter; GroupManager *conversations; |
