summaryrefslogtreecommitdiff
path: root/src/notificationmonitor.h
blob: c7b6cb2c0b0d3813d11ffb1dbf41a400f1d4d9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef NOTIFICATIONMONITOR_H
#define NOTIFICATIONMONITOR_H

#include <QObject>

class NotificationMonitor : public QObject
{
	Q_OBJECT
public:
	explicit NotificationMonitor(QObject *parent = 0);

signals:

public slots:

};

#endif // NOTIFICATIONMONITOR_H