Better connection handling in daemon.
[jenirok] / src / daemon / calllistener.h
index a2f5e88..346b6f5 100644 (file)
@@ -27,6 +27,7 @@
 #include "informationbox.h"
 #include "eniro.h"
 #include "contactmanager.h"
+#include "connectionmanager.h"
 
 class CallListener: public QObject
 {
@@ -58,6 +59,8 @@ private:
     QString timedMessage_;
     Eniro* eniro_;
     ContactManager* contactManager_;
+    ConnectionManager* connectionManager_;
+    bool closeConnection_;
     InformationBox* box_;
     QLabel* label_;
     static QDBusConnection systemBus_;