diff options
| author | Javier <dev.git@javispedro.com> | 2014-11-30 18:49:07 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-11-30 18:49:07 +0100 |
| commit | 4527ab9a4147a8f15bf8ca5613341df9d0029d0c (patch) | |
| tree | a6c45dd81e6c8389ba66aeb5d2e0444127b5d867 /daemon/manager.h | |
| parent | 49f1261bf9d635d5e3d881e87a93ed4e76abfe90 (diff) | |
add stub datalogmanager
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/manager.h b/daemon/manager.h index b210700..8b2fd96 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -6,6 +6,7 @@ #include "voicecallmanager.h" #include "notificationmanager.h" #include "musicmanager.h" +#include "datalogmanager.h" #include "appmanager.h" #include "settings.h" @@ -42,6 +43,7 @@ class Manager : VoiceCallManager *voice; NotificationManager *notifications; MusicManager *music; + DataLogManager *datalog; AppManager *apps; MNotification notification; |
