summaryrefslogtreecommitdiff
path: root/saltoqd/toqmanager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-03-30 01:05:47 +0200
committerJavier <dev.git@javispedro.com>2015-03-30 01:05:47 +0200
commitefe35bf6c6ca8cce73e97f303963a51862778600 (patch)
tree3e6a47926473501ba953cd716df219af0dd478fb /saltoqd/toqmanager.h
parent2ded0dbcf63ae7203f64a8f788cc74528eb79416 (diff)
downloadsaltoq-efe35bf6c6ca8cce73e97f303963a51862778600.tar.gz
saltoq-efe35bf6c6ca8cce73e97f303963a51862778600.zip
experiment with new notificationmonitor approach
Diffstat (limited to 'saltoqd/toqmanager.h')
-rw-r--r--saltoqd/toqmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saltoqd/toqmanager.h b/saltoqd/toqmanager.h
index 1b2773c..7e6d19a 100644
--- a/saltoqd/toqmanager.h
+++ b/saltoqd/toqmanager.h
@@ -16,6 +16,7 @@ class ContactsManager;
class CommManager;
class VoiceCallManager;
class WeatherManager;
+class NotificationManager;
class ToqManager : public QObject
{
@@ -63,6 +64,7 @@ private:
CommManager *_commManager;
VoiceCallManager *_voiceCallManager;
WeatherManager *_weatherManager;
+ NotificationManager *_notificationManager;
};
inline bool ToqManager::isConnected() const