From f86af8e40591693f733c539a476c53ccf41c97a1 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Mon, 30 Jun 2014 02:14:58 +0200 Subject: Implemented notification on Pebble connect/disconnect --- 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 a1b206e..bfbd92d 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -10,6 +10,7 @@ #include #include #include +#include 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; -- cgit v1.2.3