From 6a581ace4f14c30f1c66daf28064d7aefde546fc Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 14 Sep 2014 20:56:29 +0200 Subject: simplify notification monitoring for now --- src/notificationmonitor.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/notificationmonitor.h') diff --git a/src/notificationmonitor.h b/src/notificationmonitor.h index eac06ff..e8b6501 100644 --- a/src/notificationmonitor.h +++ b/src/notificationmonitor.h @@ -2,8 +2,6 @@ #define NOTIFICATIONMONITOR_H #include -#include -#include #include "notification.h" @@ -16,19 +14,8 @@ public: static NotificationMonitor *instance(); -signals: - void newNotification(Notification *notification); - private: explicit NotificationMonitor(QObject *parent = 0); - -private slots: - void handleServiceOwnerChanged(const QString &serviceName, const QString &oldOwner, const QString &newOwner); - -private: - QDBusServiceWatcher *_watcher; - QHash _pendingNotifications; - QHash _notifications; }; #endif // NOTIFICATIONMONITOR_H -- cgit v1.2.3