summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.cpp
blob: a2142fcd99ecab6388c7cc900e3306c03b0f5814 (plain)
1
2
3
4
5
6
7
#include "notificationmanager.h"
#include "notificationmonitor.h"

NotificationManager::NotificationManager(ToqManager *toq) :
	QObject(toq), _toq(toq), _monitor(NotificationMonitor::instance())
{
}