#ifndef NOTIFICATIONMONITOR_H #define NOTIFICATIONMONITOR_H #include #include "notification.h" class NotificationMonitor : public QObject { Q_OBJECT public: ~NotificationMonitor(); static NotificationMonitor *instance(); private: explicit NotificationMonitor(QObject *parent = 0); }; #endif // NOTIFICATIONMONITOR_H