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

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