summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.h
blob: 78c32ed21785b12b2204e2e9a20fd630c41fb356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef NOTIFICATIONMANAGER_H
#define NOTIFICATIONMANAGER_H

#include "toqmanager.h"

class NotificationMonitor;

class NotificationManager : public QObject
{
	Q_OBJECT
public:
	explicit NotificationManager(ToqManager *toq);

private:
	ToqManager *_toq;
	NotificationMonitor *_monitor;
};

#endif // NOTIFICATIONMANAGER_H